Skip to content

Commit

Permalink
Update build tools and CI to Go 1.23 (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco authored Aug 30, 2024
1 parent 3f4a030 commit d9a0944
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23

- name: golangci-lint
uses: golangci/[email protected]
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23

- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.22
golang 1.23
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/nerdswords/yet-another-cloudwatch-exporter

go 1.22.0
go 1.23.0

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

0 comments on commit d9a0944

Please sign in to comment.