We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d328a commit ae9ff36Copy full SHA for ae9ff36
.github/workflows/job-lint.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
13
with:
14
go-version: '1.25'
15
cache: false
.github/workflows/job-test.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
fetch-depth: 0
16
17
go-version: "1.25"
18
- name: Test
0 commit comments