Skip to content

Commit d9a0944

Browse files
Update build tools and CI to Go 1.23 (#1514)
1 parent 3f4a030 commit d9a0944

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: ^1.22
18+
go-version: ^1.23
1919

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

3939
- uses: actions/setup-go@v5
4040
with:
41-
go-version: ^1.22
41+
go-version: ^1.23
4242

4343
- name: golangci-lint
4444
uses: golangci/[email protected]
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Go 1.x
5454
uses: actions/setup-go@v5
5555
with:
56-
go-version: ^1.22
56+
go-version: ^1.23
5757

5858
- uses: actions/checkout@v4
5959

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: ^1.22
18+
go-version: ^1.23
1919

2020
- name: Set up QEMU
2121
uses: docker/setup-qemu-action@v3

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.22
1+
golang 1.23

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nerdswords/yet-another-cloudwatch-exporter
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.5

0 commit comments

Comments
 (0)