Skip to content

Commit 2085742

Browse files
committed
update to go 1.20
1 parent 587f0f7 commit 2085742

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- uses: utilitywarehouse/actions-go/setup@main
1313
with:
14-
go-version: '^1.17'
14+
go-version: '^1.20'
1515
- name: Lint
1616
uses: magefile/mage-action@v1
1717
with:
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- uses: utilitywarehouse/actions-go/setup@main
2626
with:
27-
go-version: '^1.17'
27+
go-version: '^1.20'
2828
- name: test
2929
uses: magefile/mage-action@v1
3030
with:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/utilitywarehouse/patrol
22

3-
go 1.17
3+
go 1.20
44

55
require (
66
github.com/go-git/go-git/v5 v5.4.2

0 commit comments

Comments
 (0)