Skip to content

Commit 2a179e4

Browse files
committed
Test with Go 1.19
1 parent f564fe4 commit 2a179e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ '1.13', '1.15' ]
8+
go: [ '1.13', '1.15', '1.16', '1.17', '1.18', '1.19' ]
99
os: [ ubuntu-latest, macos-latest, windows-latest ]
1010
fail-fast: false
1111

.github/workflows/lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- name: Set up Go 1.15
20-
uses: actions/setup-go@v2
19+
- name: Set up Go 1.19
20+
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.15
22+
go-version: 1.19
2323

2424
- name: Check out code
2525
uses: actions/checkout@v2
2626

2727
- name: Verify dependencies
2828
env:
29-
LINT_VERSION: 1.33.0
29+
LINT_VERSION: 1.50.1
3030
run: |
3131
go mod verify
3232
go mod download

0 commit comments

Comments
 (0)