Skip to content

Commit 1b13f39

Browse files
committed
go 1.24 + bump version
1 parent 2f8d85c commit 1b13f39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v5
5050
with:
51-
go-version: "1.23"
51+
go-version: "1.24"
5252

5353
- name: build
5454
run: go build *.go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: git fetch --force --tags
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.23"
24+
go-version: "1.24"
2525
- uses: goreleaser/goreleaser-action@v5
2626
with:
2727
distribution: goreleaser

go.mod

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

3-
go 1.23
3+
go 1.24
44

55
require github.com/h2non/filetype v1.1.3
66

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.9.4
1+
v1.9.5

0 commit comments

Comments
 (0)