We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df36bba commit 2210025Copy full SHA for 2210025
.github/workflows/lint.yaml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19
- name: Install Go
20
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
+ uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
21
with:
22
go-version: '1.21'
23
cache: false
0 commit comments