Skip to content

Commit

Permalink
bump golang version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: James Ranson <james@ranson.org>
  • Loading branch information
jranson committed May 18, 2024
1 parent 65e7a16 commit 944d7ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.19.x]
go: [1.22.x]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.22"
- name: Build project
run: |
TAGVER=${{ steps.baretag.outputs.baretag }} make release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.22"
#
- name: Build project
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v2
with:
go-version: "1.19"
go-version: "1.22"
#
- name: Build project
run: |
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/trickstercache/trickster/v2

go 1.21
go 1.22

require (
github.com/alicebob/miniredis v2.5.0+incompatible
Expand Down

0 comments on commit 944d7ee

Please sign in to comment.