Skip to content

Commit

Permalink
Mariusz/ci fix (#77)
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
ioj committed Mar 5, 2021
1 parent 5a5645d commit 311b827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build_linux:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.15
working_directory: /go/src/github.com/alphasoc/nfr
steps:
- checkout
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- run:
name: install golang
command: |
wget https://dl.google.com/go/go1.11.11.linux-amd64.tar.gz -O /tmp/golang.tar.gz
wget https://dl.google.com/go/go1.15.8.linux-amd64.tar.gz -O /tmp/golang.tar.gz
tar -C /usr/local -xzf /tmp/golang.tar.gz
ln -s /usr/local/go/bin/go /usr/local/bin/
- checkout
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
publish:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.15
working_directory: /go/src/github.com/alphasoc/nfr
steps:
- attach_workspace:
Expand Down

0 comments on commit 311b827

Please sign in to comment.