We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73ebde1 + dc97e01 commit cef68d9Copy full SHA for cef68d9
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
15
- name: Determine Go version from go.mod
16
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
release:
with:
17
fetch-depth: 0
18
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
test:
19
20
21
0 commit comments