Skip to content

Commit 4616b13

Browse files
chore: update Go version for release (#36)
1 parent a08a8e4 commit 4616b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ dockers:
133133
- --label=org.opencontainers.image.revision={{ .FullCommit }}
134134
- --label=org.opencontainers.image.licenses=GPL-3.0
135135
dockerfile: Dockerfile
136-
use: buildx
136+
use: buildx

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22

33
env:
4-
GOLANG_CROSS_VERSION: "v1.22"
4+
GOLANG_CROSS_VERSION: "v1.23"
55
PACKAGE_NAME: "github.com/Broderick-Westrope/tetrigo"
66

77
tasks:

0 commit comments

Comments
 (0)