Skip to content

Commit

Permalink
Add label based github actions #562 and go version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jul 19, 2022
1 parent 3d08b36 commit f9a57a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build
strategy:
matrix:
go: [ '1.17.x', '1.16.x' ]
go: [ '1.18.x', '1.17.x' ]
os: [ ubuntu-latest ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f9a57a7

Please sign in to comment.