We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c149e commit 1a73db5Copy full SHA for 1a73db5
.github/workflows/go.yml
@@ -16,15 +16,15 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v5
18
with:
19
- go-version: "1.23"
+ go-version: "1.24"
20
21
- name: Checkout
22
uses: actions/checkout@v4
23
24
- name: Lint
25
uses: golangci/[email protected]
26
27
- version: v1.60
+ version: v1.64
28
29
- name: Test
30
run: go test -v ./...
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
go.mod
@@ -1,6 +1,6 @@
1
module github.com/bluekeyes/patch2pr
2
3
-go 1.22.0
+go 1.23.0
4
5
require (
6
github.com/bluekeyes/go-gitdiff v0.8.1
0 commit comments