Skip to content

Commit

Permalink
add go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jun 28, 2022
1 parent cd146c3 commit b14d901
Showing 1 changed file with 1 addition and 1 deletion.
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']
go: ['1.17', '1.18']
name: Go ${{ matrix.go }} run
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b14d901

Please sign in to comment.