Skip to content

Commit

Permalink
chore(deps): update golang to 1.20 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Aug 30, 2023
1 parent b0c34c7 commit d1368ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
version: [1.18, 1.19]
version: [oldstable, stable]

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hazzik/go-words

retract v0.0.1-beta1

go 1.18
go 1.20

require gotest.tools/v3 v3.5.0

Expand Down

0 comments on commit d1368ac

Please sign in to comment.