We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc8a33 commit 9f7e1abCopy full SHA for 9f7e1ab
2 files changed
.github/workflows/linter.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12
- - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
+ - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
13
with:
14
go-version: stable
15
cache-dependency-path: "**/go.sum"
.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
go-version: ${{ matrix.go-version }}
49
0 commit comments