Skip to content

Commit 2d1c17f

Browse files
committed
chore: update to go 1.21, goreleaser 1.24
1 parent b0051a0 commit 2d1c17f

File tree

3 files changed

+45
-14
lines changed

3 files changed

+45
-14
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Set up Go
2727
uses: actions/setup-go@v4
2828
with:
29-
go-version: 1.20
29+
go-version: "1.21"
3030
-
3131
name: Run GoReleaser
3232
uses: goreleaser/goreleaser-action@v5

flake.lock

Lines changed: 43 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/skalt/git-cc
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/BurntSushi/toml v1.2.1

0 commit comments

Comments
 (0)