Skip to content

Commit 2f0b511

Browse files
author
Denis Krivak
committed
Update to go 1.16.
1 parent 53acba9 commit 2f0b511

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
13+
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

.github/workflows/tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
12+
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
runs-on: ${{ matrix.os }}
1515
steps:
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Go
4141
uses: actions/setup-go@v1
4242
with:
43-
go-version: 1.15.x
43+
go-version: 1.16.x
4444
- name: Checkout code
4545
uses: actions/checkout@v2
4646
with:

go.mod

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

3-
go 1.15
3+
go 1.16
44

55
require gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)