We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a76af commit 46c5821Copy full SHA for 46c5821
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Checkout code
43
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44
- name: Setup Go
45
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
+ uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
46
with:
47
go-version: 1.22
48
- name: Build trunkver
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments