Skip to content

Commit

Permalink
Increase go.mod version
Browse files Browse the repository at this point in the history
Increased go.mod version and change gorelease settings to load the
version from go.mod file.
  • Loading branch information
igolaizola committed Jun 12, 2023
1 parent 87594c8 commit 31906bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
go-version-file: 'go.mod'
cache: true
- uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/igolaizola/goobar

go 1.19
go 1.20

require github.com/peterbourgon/ff/v3 v3.3.0

0 comments on commit 31906bf

Please sign in to comment.