Skip to content

Commit

Permalink
Go 1.22.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph authored Mar 6, 2024
1 parent f8d80e5 commit f60e2f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0
go-version: 1.22.1

- id: go-cache-paths
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0
go-version: 1.22.1
- name: ⬇️ Check out code into the Go module directory
uses: actions/checkout@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/gimlet-io/capacitor

go 1.21

toolchain go1.21.5
go 1.22

require (
github.com/fluxcd/helm-controller/api v0.37.4
Expand Down

0 comments on commit f60e2f6

Please sign in to comment.