Commit 69deb51 1 parent 14c73a2 commit 69deb51 Copy full SHA for 69deb51
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
name : build
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - name : Set up Go 1.15
13
+ - name : Set up Go 1.16
14
14
uses : actions/setup-go@v2
15
15
with :
16
- go-version : ^1.15
16
+ go-version : ^1.16
17
17
id : go
18
18
19
19
- name : Check out code into the Go module directory
52
52
- name : Setup Go
53
53
uses : actions/setup-go@v2
54
54
with :
55
- go-version : 1.15
55
+ go-version : 1.16
56
56
57
57
- name : set GOVERSION
58
58
env :
Original file line number Diff line number Diff line change 1
- FROM golang:1.15
1
+ FROM golang:1.16
2
2
3
3
MAINTAINER Rick Yu <
[email protected] >
4
4
Original file line number Diff line number Diff line change 1
1
module github.com/cosmtrek/air
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
require (
6
6
github.com/creack/pty v1.1.11
You can’t perform that action at this time.
0 commit comments