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.
1 parent cf1e975 commit a10450aCopy full SHA for a10450a
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- name: Determine Go version from go.mod
15
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
16
- uses: actions/setup-go@v2
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
test:
17
18
0 commit comments