We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54db67 commit 366964dCopy full SHA for 366964d
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
golangci:
16
strategy:
17
matrix:
18
- go-version: [1.17.x]
+ go-version: [1.18.x]
19
os: [ubuntu-latest, macos-latest, windows-latest]
20
name: lint
21
runs-on: ${{ matrix.os }}
.github/workflows/release.yml
@@ -12,3 +12,5 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- uses: cli/gh-extension-precompile@v1
+ with:
+ go_version: "1.18"
0 commit comments