Skip to content

Commit b38f190

Browse files
committed
Upgrade to actions/setup-go@v5
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 47d5dee commit b38f190

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: [ubuntu-22.04, macos-13] # TODO: Add windows-2019
3333

3434
steps:
35-
- uses: actions/setup-go@v4
35+
- uses: actions/setup-go@v5
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
cache: false # see actions/setup-go#368
@@ -54,7 +54,7 @@ jobs:
5454
timeout-minutes: 5
5555

5656
steps:
57-
- uses: actions/setup-go@v4
57+
- uses: actions/setup-go@v5
5858
with:
5959
go-version: ${{ env.GO_VERSION }}
6060
cache: false # see actions/setup-go#368
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
path: src/github.com/containerd/plugin
8181

82-
- uses: actions/setup-go@v2
82+
- uses: actions/setup-go@v5
8383
with:
8484
go-version: ${{ env.GO_VERSION }}
8585

0 commit comments

Comments
 (0)