Skip to content

Commit

Permalink
Upgrading to golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
FLimburg committed Feb 8, 2024
1 parent 72a02a2 commit 33ee5ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v2
with:
go-version: '1.21'
go-version: '1.22'
- name: run unit tests
run: sudo pip install virtualenv && make test
- name: build binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v2
with:
go-version: '1.21'
go-version: '1.22'
- name: run unit tests
run: sudo pip install virtualenv && make test
- name: build binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.21"
go-version: "1.22"
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
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/ActianCorp/helm-push

go 1.21
go 1.22

require (
github.com/ghodss/yaml v1.0.0
Expand Down

0 comments on commit 33ee5ae

Please sign in to comment.