Skip to content

Commit a072451

Browse files
authored
Bump Go to v1.15 (#7)
1 parent fcbf2df commit a072451

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.13.x, 1.14.x]
7+
go-version: [1.14.x, 1.15.x]
88
platform: [ubuntu-latest, macos-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

go.mod

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

3-
go 1.14
3+
go 1.15
44

55
require (
66
github.com/spf13/pflag v1.0.5

0 commit comments

Comments
 (0)