Skip to content

Commit d8213e2

Browse files
committed
upgrade actions/setup-go
1 parent cef54b1 commit d8213e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838

3939
- name: Install Golang ${{ matrix.go }}
40-
uses: actions/setup-go@v4
40+
uses: actions/setup-go@v5
4141
with:
4242
go-version: ${{ matrix.go }}
4343
cache: true

0 commit comments

Comments
 (0)