Skip to content

Commit 53ffcac

Browse files
committed
Upgrade actions/setup-go
1 parent 8ad9d24 commit 53ffcac

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
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
sudo apt-get install -y make gcc
3333
- name: Install Go
34-
uses: actions/setup-go@v2
34+
uses: actions/setup-go@v4
3535
with:
3636
go-version: ${{ matrix.go }}
3737
- name: Checkout code

0 commit comments

Comments
 (0)