We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f58e3de + 05e3477 commit b386cb1Copy full SHA for b386cb1
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v3
20
- uses: actions/setup-go@v2
21
with:
22
- go-version: ^1.16
+ go-version: ^1.17
23
- name: structslop
24
run: |
25
go generate -tags tools tools/tools.go
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
17
18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.9.1
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.16, 1.17]
+ go-version: [1.16, 1.17, 1.18]
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
0 commit comments