Skip to content

Commit b00754d

Browse files
committed
bump go version
1 parent de2b2be commit b00754d

File tree

4 files changed

+3
-49
lines changed

4 files changed

+3
-49
lines changed

.github/workflows/lint.yml

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

.github/workflows/test.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.14.x, 1.15.x]
7+
go-version: [1.16.x]
88
platform: [ubuntu-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/1pkg/gohalt
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect

0 commit comments

Comments
 (0)