Skip to content

Commit

Permalink
[+] bump Go version to 1.19 in GitHub Action workflows, closes #490
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Sep 9, 2022
1 parent 2183ef0 commit 8cdce5f
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
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'

- 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@v3
with:
go-version: '1.18'
go-version: '1.19'

- 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@v3
with:
go-version: '1.18'
go-version: '1.19'

- name: Get dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'

# 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
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.19'

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

0 comments on commit 8cdce5f

Please sign in to comment.