Skip to content

Commit b386cb1

Browse files
authored
Merge pull request #835 from jacobbednarz/bump-go-versions-for-tests
include 1.18, run with 1.17 for lint and release
2 parents f58e3de + 05e3477 commit b386cb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-go@v2
2121
with:
22-
go-version: ^1.16
22+
go-version: ^1.17
2323
- name: structslop
2424
run: |
2525
go generate -tags tools tools/tools.go

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: ^1.16
18+
go-version: ^1.17
1919
- name: Run GoReleaser
2020
uses: goreleaser/goreleaser-action@v2.9.1
2121
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.16, 1.17]
7+
go-version: [1.16, 1.17, 1.18]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)