We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8d85c commit 1b13f39Copy full SHA for 1b13f39
.github/workflows/ci.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: Set up Go
49
uses: actions/setup-go@v5
50
with:
51
- go-version: "1.23"
+ go-version: "1.24"
52
53
- name: build
54
run: go build *.go
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
- run: git fetch --force --tags
22
- uses: actions/setup-go@v5
23
24
25
- uses: goreleaser/goreleaser-action@v5
26
27
distribution: goreleaser
go.mod
@@ -1,6 +1,6 @@
1
module github.com/TheDen/gcopy
2
3
-go 1.23
+go 1.24
4
5
require github.com/h2non/filetype v1.1.3
6
version.txt
@@ -1 +1 @@
-v1.9.4
+v1.9.5
0 commit comments