We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e79fe2 commit 5e49723Copy full SHA for 5e49723
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
persist-credentials: false
16
- name: Install Go 1.23
17
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
18
19
go-version: '1.23'
20
check-latest: true
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Install Go ${{ matrix.go }}
30
31
32
go-version: ${{ matrix.go }}
33
0 commit comments