Skip to content

Commit

Permalink
Bump go version for builds/workflows to 1.20.14. (algorand#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf authored and d13co committed Aug 29, 2024
1 parent 9ba609b commit b04b078
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workflows:
name: 'test_go_<< matrix.go_version >>'
matrix:
parameters:
go_version: ['1.20.5']
go_version: ['1.20.14']

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install specific golang
uses: actions/[email protected]
with:
go-version: '1.20.5'
go-version: '1.20.14'
- name: Check format
run: test -z `go fmt ./...`
- name: Vet
Expand All @@ -22,7 +22,7 @@ jobs:
with:
golangci_lint_version: "v1.53.2"
golangci_lint_flags: "-c .golangci.yml --allow-parallel-runners"
go_version: "1.20.5"
go_version: "1.20.14"
reporter: "github-pr-review"
tool_name: "Lint Errors"
level: "error"
Expand Down
2 changes: 1 addition & 1 deletion test/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_IMAGE=golang:1.20.5
ARG GO_IMAGE=golang:1.20.14
FROM $GO_IMAGE

# Copy SDK code into the container
Expand Down

0 comments on commit b04b078

Please sign in to comment.