We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2b2be commit b00754dCopy full SHA for b00754d
.github/workflows/lint.yml
@@ -4,7 +4,7 @@ jobs:
4
lint:
5
strategy:
6
matrix:
7
- go-version: [1.14.x, 1.15.x]
+ go-version: [1.16.x]
8
platform: [ubuntu-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
.github/workflows/test.yml
test:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/1pkg/gohalt
2
3
-go 1.15
+go 1.16
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
0 commit comments