Skip to content

Commit 1a58a1a

Browse files
authored
Merge pull request #91 from leanovate/update_go_version
Update min version
2 parents 7b341ab + 8b7e226 commit 1a58a1a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jobs:
44
runs-on: ubuntu-latest
55
strategy:
66
matrix:
7-
go: [ '1.15', '1.14', '1.13' ]
7+
go: [ '1.22', '1.21', '1.20' ]
88
name: Build on go ${{ matrix.go }}
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v6
1111
- name: Setup go
12-
uses: actions/setup-go@v1
12+
uses: actions/setup-go@v6
1313
with:
1414
go-version: ${{ matrix.go }}
1515
- run: go build -v ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/leanovate/gopter
22

3-
go 1.12
3+
go 1.20
44

55
require github.com/smartystreets/goconvey v1.8.1 // indirect

0 commit comments

Comments
 (0)