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.
2 parents 58a19e1 + f77366a commit 4e645e2Copy full SHA for 4e645e2
.github/workflows/pr.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0
24
25
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
26
27
go-version-file: go.mod
28
cache: true
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
go-version-file: "./go.mod"
29
@@ -99,7 +99,7 @@ jobs:
99
- name: Set release
100
run: echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
101
102
103
104
105
0 commit comments