Skip to content

Commit

Permalink
Chore: Update minimal golang version to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil committed Feb 12, 2025
1 parent 78c3400 commit d516279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.22.4
go-version: ~1.23.6

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ~1.22.4
go-version: ~1.23.6

- name: Build
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 aws-sigv4-proxy

go 1.22.4
go 1.23.6

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

0 comments on commit d516279

Please sign in to comment.