Skip to content

Commit 89623dc

Browse files
dajohijrick
authored andcommitted
build: Test against Go 1.20
1 parent 69d8b47 commit 89623dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: [1.18, 1.19]
12+
go: ["1.19", "1.20"]
1313
steps:
1414
- name: Set up Go
15-
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a #v3.2.1
15+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.5.0
1616
with:
1717
go-version: ${{ matrix.go }}
1818
- name: Check out source
19-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v3.1.0
19+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c #v3.3.0
2020
- name: Build
2121
run: go build ./...
2222
- name: Test

0 commit comments

Comments
 (0)