Skip to content

Commit

Permalink
update go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Dec 10, 2024
1 parent 62752a0 commit 5e2b2b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ executors:
golang:
docker:
# Must match GO_VERSION_MIN in project root
- image: cimg/go:1.22.3
- image: cimg/go:1.22.8
resource_class: medium+
golang-2xl:
docker:
# Must match GO_VERSION_MIN in project root
- image: cimg/go:1.22.3
- image: cimg/go:1.22.8
resource_class: 2xlarge
ubuntu:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
GO_VERSION: 1.22.3
GO_VERSION: 1.22.8

jobs:
ci-lint:
Expand Down
2 changes: 1 addition & 1 deletion GO_VERSION_MIN
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.3
1.22.8

0 comments on commit 5e2b2b3

Please sign in to comment.