Skip to content

Commit

Permalink
Update Go to v1.20.1 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Feb 22, 2023
1 parent f95920e commit 0be73b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workflows:
- test
- gor/release:
version: "1.14.1"
go-version: "1.19.5"
go-version: "1.20.1"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -58,7 +58,7 @@ workflows:
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "1.14.1"
go-version: "1.19.5"
go-version: "1.20.1"
filters:
branches:
ignore: /.*/
Expand All @@ -84,7 +84,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.19.5
- image: cimg/go:1.20.1
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hubci/arc

go 1.19
go 1.20

require (
github.com/goccy/go-yaml v1.9.5
Expand Down

0 comments on commit 0be73b2

Please sign in to comment.