Skip to content

Commit

Permalink
Add build for go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Apr 13, 2022
1 parent 37bb066 commit b92d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.17.x, 1.18.x]
os: [ubuntu-latest]
steps:
- name: Set up Go ${{ matrix.go-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit b92d544

Please sign in to comment.