We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad9d24 commit 53ffcacCopy full SHA for 53ffcac
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
sudo apt-get install -y make gcc
33
- name: Install Go
34
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v4
35
with:
36
go-version: ${{ matrix.go }}
37
- name: Checkout code
0 commit comments