Skip to content

Commit 8d8dddd

Browse files
committed
bump setup-go action
1 parent 2c8848a commit 8d8dddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3
12-
- uses: actions/setup-go@v3
12+
- uses: actions/setup-go@v4
1313
with:
1414
go-version-file: ./go.mod
1515
cache: true

0 commit comments

Comments
 (0)