Skip to content

Commit

Permalink
support go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed May 14, 2023
1 parent ba8825a commit a6bb848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.17", "1.18", "1.18.1", "1.19"]
go: ["1.18", "1.18.1", "1.19", "1.20"]
name: Go ${{ matrix.go }} run
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17
1.18

0 comments on commit a6bb848

Please sign in to comment.