Skip to content

Commit 608b83c

Browse files
committedOct 7, 2024
Upgrade to actions/setup-go@v5
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 8e82ae4 commit 608b83c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: [ubuntu-22.04, macos-13, windows-2022]
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
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
path: src/github.com/containerd/errdefs
8585

86-
- uses: actions/setup-go@v2
86+
- uses: actions/setup-go@v5
8787
with:
8888
go-version: ${{ env.GO_VERSION }}
8989

0 commit comments

Comments
 (0)
Please sign in to comment.