Skip to content

Commit

Permalink
Use the Go version from go.mod
Browse files Browse the repository at this point in the history
Go version bumped to 1.23 on go.mod and the release action.

Signed-off-by: Alvaro Uria <[email protected]>
  • Loading branch information
auriaave committed Oct 3, 2024
1 parent e46d8f8 commit 800a02c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: 1.18.x
go-version-file: 'go.mod'
id: go

- name: Build tool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
goversion: 1.18
goversion: 1.23
binary_name: c7n-helper
extra_files: LICENSE README.md
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module c7n-helper

go 1.21

toolchain go1.23.2
go 1.23

require (
github.com/aws/aws-sdk-go-v2 v1.31.0
Expand Down

0 comments on commit 800a02c

Please sign in to comment.