We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06641b2 commit cac2f73Copy full SHA for cac2f73
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
lint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Get Go version from .tool-versions
13
run: echo "GO_VERSION=$(cat .tool-versions | grep -oP 'golang \K((\w+.)+\w+)')" >> $GITHUB_ENV
14
- name: Get golangci-lint version from .tool-versions
@@ -23,5 +23,5 @@ jobs:
23
pre-commit:
24
25
26
27
- uses: pre-commit/action@v3.0.0
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
goreleaser:
15
16
with:
17
fetch-depth: 0
18
- run: git fetch --force --tags
0 commit comments