Skip to content

Commit df7a58e

Browse files
committed
GitHub Actions: test with Go 1.19 (latest stable)
1 parent 0847410 commit df7a58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v2
1818
with:
19-
# Run on the latest minor release of Go 1.17:
20-
go-version: ^1.17
19+
# Run on the latest minor release of Go 1.19:
20+
go-version: ^1.19
2121
id: go
2222

2323
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)