Skip to content

Commit

Permalink
Run CI for Go 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Aug 17, 2022
1 parent 98d0945 commit 910242f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ['1.17.11', '1.18.3']
go: ['1.17.13', '1.18.4', '1.19']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/PuerkitoBio/purell

go 1.18
go 1.19

require (
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
Expand Down

0 comments on commit 910242f

Please sign in to comment.