Skip to content

Commit c894974

Browse files
committed
Github actions/setup-go@v4
1 parent ed4bc01 commit c894974

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-go@v2
13+
- uses: actions/setup-go@v4
14+
with:
15+
go-version: 'stable'
1416
- uses: actions/cache@v1
1517
with:
1618
path: ~/go/pkg/mod

0 commit comments

Comments
 (0)