Skip to content

Commit

Permalink
update to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
matiit committed May 19, 2023
1 parent 587f0f7 commit 2085742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- uses: utilitywarehouse/actions-go/setup@main
with:
go-version: '^1.17'
go-version: '^1.20'
- name: Lint
uses: magefile/mage-action@v1
with:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: utilitywarehouse/actions-go/setup@main
with:
go-version: '^1.17'
go-version: '^1.20'
- name: test
uses: magefile/mage-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/utilitywarehouse/patrol

go 1.17
go 1.20

require (
github.com/go-git/go-git/v5 v5.4.2
Expand Down

0 comments on commit 2085742

Please sign in to comment.