Skip to content

Commit

Permalink
Merge pull request #142 from Slach/fix_release
Browse files Browse the repository at this point in the history
setup-go@v3 wrong detect go.mod version 1.20 as 1.2 -
  • Loading branch information
mnaser committed Nov 1, 2023
2 parents db891f0 + 5d8a830 commit 6260c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
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/boz/kail

go 1.20
go 1.21

require (
github.com/boz/go-lifecycle v0.1.1
Expand Down

0 comments on commit 6260c86

Please sign in to comment.