We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca299a commit a261e1dCopy full SHA for a261e1d
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
24
- name: Set up Go
25
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
+ uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
26
with:
27
go-version: '>=1.23.0'
28
cache: false
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- run: git fetch --force --tags
29
30
31
32
33
0 commit comments