Skip to content

Commit 69deb51

Browse files
committed
Update go version to 1.16
1 parent 14c73a2 commit 69deb51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Go 1.15
13+
- name: Set up Go 1.16
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: ^1.15
16+
go-version: ^1.16
1717
id: go
1818

1919
- name: Check out code into the Go module directory
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Go
5353
uses: actions/setup-go@v2
5454
with:
55-
go-version: 1.15
55+
go-version: 1.16
5656

5757
- name: set GOVERSION
5858
env:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15
1+
FROM golang:1.16
22

33
MAINTAINER Rick Yu <[email protected]>
44

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cosmtrek/air
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/creack/pty v1.1.11

0 commit comments

Comments
 (0)