Skip to content

Commit 9f1f76e

Browse files
committed
Chore: Bump GH actions versions
To get rid of the actions working because of Node 12 deprecations this will bump the actions to use Node 16 by default. Signed-off-by: Niklas Metje <[email protected]>
1 parent 9a0d3b2 commit 9f1f76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Set up Go 1.x
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: ${{ matrix.go }}
2424

2525
- name: Check out code into the Go module directory
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727

2828
- name: Test
2929
run: make test EXTRAGOARGS=-v

0 commit comments

Comments
 (0)