We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14222fc + 1e4ad27 commit d2a1bdfCopy full SHA for d2a1bdf
.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@v3
+ - uses: actions/checkout@v4
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v6
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
needs: [create-draft-release]
47
steps:
48
- run: "echo \"RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
49
50
51
52
0 commit comments