Skip to content

Commit

Permalink
chore(build): update build toolchain to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Aug 8, 2023
1 parent 9687920 commit fd9a3bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,484 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: "1.20"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
go-version: "1.17"
go-version: "1.20"
- run: go mod download
- run: go test ./...
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/mroth/bump

go 1.17
go 1.20

require (
github.com/Masterminds/semver/v3 v3.2.1
Expand Down
Loading

0 comments on commit fd9a3bc

Please sign in to comment.