Skip to content

Commit

Permalink
[+] use the latest Go v1.18 for workflows, closes #410
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Apr 13, 2022
1 parent a3c6b21 commit 58cd4b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'

- name: Test
run: go test -v -p 1 -parallel 1 -failfast ./...
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'

- name: Test
run: go test -v -p 1 -parallel 1 -failfast ./...
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'

# despite the fact docker will build binary internally
# we want to stop workflow in case of any error before pushing to registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 58cd4b6

Please sign in to comment.