File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v2
21
21
- uses : actions/setup-go@v2
22
22
with :
23
- go-version : ' ^1.15 '
23
+ go-version : ' ^1.16 '
24
24
- run : |
25
25
make
26
26
git --no-pager diff -- ':(exclude)go.sum' && git diff --quiet -- ':(exclude)go.sum'
40
40
- uses : actions/checkout@v2
41
41
- uses : actions/setup-go@v2
42
42
with :
43
- go-version : ' ^1.15 '
43
+ go-version : ' ^1.16 '
44
44
- name : Build
45
45
run : |
46
46
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s "release"
Original file line number Diff line number Diff line change 31
31
languages : ${{ matrix.language }}
32
32
- uses : actions/setup-go@v2
33
33
with :
34
- go-version : " ^1.15 "
34
+ go-version : " ^1.16 "
35
35
- name : Autobuild
36
36
run : make build
37
37
- name : Perform CodeQL Analysis
Original file line number Diff line number Diff line change 1
1
module github.com/ViBiOh/fibr
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
require (
6
6
github.com/ViBiOh/auth/v2 v2.6.7
You can’t perform that action at this time.
0 commit comments