We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587f0f7 commit 2085742Copy full SHA for 2085742
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v2
12
- uses: utilitywarehouse/actions-go/setup@main
13
with:
14
- go-version: '^1.17'
+ go-version: '^1.20'
15
- name: Lint
16
uses: magefile/mage-action@v1
17
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v2
25
26
27
28
- name: test
29
30
go.mod
@@ -1,6 +1,6 @@
1
module github.com/utilitywarehouse/patrol
2
3
-go 1.17
+go 1.20
4
5
require (
6
github.com/go-git/go-git/v5 v5.4.2
0 commit comments