File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
3838
3939 - uses : actions/setup-go@v5
4040 with :
41- go-version : ^1.22
41+ go-version : ^1.23
4242
4343 - name : golangci-lint
44445353 - 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- golang 1.22
1+ golang 1.23
Original file line number Diff line number Diff line change 11module github.com/nerdswords/yet-another-cloudwatch-exporter
22
3- go 1.22 .0
3+ go 1.23 .0
44
55require (
66 github.com/aws/aws-sdk-go v1.55.5
You can’t perform that action at this time.
0 commit comments