File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 fetch-depth : 0
2222 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323 with :
24- go-version : ' 1.24 .x'
24+ go-version : ' 1.25 .x'
2525 - name : generate-token
2626 id : generate_token
2727 uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1818 with :
19- go-version : ' 1.24 .x'
19+ go-version : ' 1.25 .x'
2020 cache : false
2121 - name : golangci-lint
2222 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
Original file line number Diff line number Diff line change 3333 - name : setup-go
3434 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
3535 with :
36- go-version : 1.24 .x
36+ go-version : 1.25 .x
3737 - name : setup qemu
3838 id : qemu
3939 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2020 with :
21- go-version : ' 1.24 .x'
21+ go-version : ' 1.25 .x'
2222 - name : download go mods
2323 run : |
2424 go mod download
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/ekristen/aws-nuke/v3
22
33go 1.24.0
44
5- toolchain go1.24.5
5+ toolchain go1.25.3
66
77require (
88 github.com/aws/aws-sdk-go v1.55.8
You can’t perform that action at this time.
0 commit comments