Skip to content

Commit

Permalink
Update go.mod - fully qualified go version (major.minor.patch) (#21)
Browse files Browse the repository at this point in the history
* Update go.mod - fully qualified go version (major.minor.patch)

* Update go-util-build.yml
  • Loading branch information
soerenkoehler authored Sep 8, 2024
1 parent ff2426a commit e14225d
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-util-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: "1.23"
go-version: "1.23.0"

- name: Checkout
uses: actions/[email protected]
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/soerenkoehler/go-chdiff

go 1.23
go 1.23.0

require (
github.com/alecthomas/kong v0.9.0
Expand Down

0 comments on commit e14225d

Please sign in to comment.