Skip to content

Commit

Permalink
Merge pull request #101 from hhatto/goversion
Browse files Browse the repository at this point in the history
update go version
  • Loading branch information
hhatto authored Dec 26, 2024
2 parents 45c7196 + ce4ec35 commit 61e26f3
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22', '1.19' ]
go: [ '1.22', '1.23' ]
steps:

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hhatto/gocloc

go 1.19
go 1.23

require (
github.com/go-enry/go-enry/v2 v2.8.0
Expand Down

0 comments on commit 61e26f3

Please sign in to comment.