We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9d2dd8 + 7f9b690 commit b652b09Copy full SHA for b652b09
.github/workflows/golangci-lint.yaml
@@ -16,6 +16,6 @@ jobs:
16
- uses: actions/setup-go@v5
17
with:
18
go-version: 1.21
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v8
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
needs: [create-draft-release]
52
steps:
53
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
54
55
56
57
0 commit comments