Skip to content

Commit df26329

Browse files
committed
bump golang to 1.20
1 parent ff98919 commit df26329

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: 1.19
19+
go-version: '1.20'
2020

2121
- name: Run golangci-lint
2222
uses: golangci/golangci-lint-action@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nunnatsa/ginkgolinter
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/go-toolsmith/astcopy v1.1.0

testdata/src/a/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module a
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.9.7

0 commit comments

Comments
 (0)