We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a697201 commit 10e7d14Copy full SHA for 10e7d14
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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
+ - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.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