Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
update workflow to go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
im-kulikov committed Nov 1, 2022
1 parent 7711409 commit 68fbcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: [ '1.16.x', '1.17.x', '1.18.x' ]
go: [ '1.17.x', '1.18.x', '1.19.x' ]
steps:

- name: Setup go
Expand Down

0 comments on commit 68fbcdb

Please sign in to comment.