Skip to content

Commit

Permalink
update go versions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Aug 28, 2022
1 parent 612176e commit 395c0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.18, 1.17]
go: [1.19, 1.18]
services:
postgres:
image: postgres:12
Expand Down

0 comments on commit 395c0df

Please sign in to comment.