We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed6a3f commit 35d23fbCopy full SHA for 35d23fb
.github/workflows/go.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
30
- name: Set up Go
31
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5.0.0
32
with:
33
go-version-file: ${{ github.workspace }}/go.mod
34
.github/workflows/golangci-lint.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout repository
21
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
22
- name: install Go
23
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
+ uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
24
25
26
0 commit comments