File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
- name : Setup Golang
29
29
uses : actions/setup-go@v3
30
30
with :
31
- go-version : " ^1.19 "
31
+ go-version : " ^1.20 "
32
32
33
33
- name : Build
34
34
run : |
61
61
- name : Setup Golang
62
62
uses : actions/setup-go@v3
63
63
with :
64
- go-version : " ^1.19 "
64
+ go-version : " ^1.20 "
65
65
- name : Build
66
66
run : |
67
67
curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap" | bash -s -- "-c" "release"
Original file line number Diff line number Diff line change 42
42
- name : Setup Golang
43
43
uses : actions/setup-go@v3
44
44
with :
45
- go-version : " ^1.19 "
45
+ go-version : " ^1.20 "
46
46
- name : Build
47
47
run : make build
48
48
- name : CodeQL
Original file line number Diff line number Diff line change 37
37
- name : Setup Golang
38
38
uses : actions/setup-go@v3
39
39
with :
40
- go-version : " ^1.19 "
40
+ go-version : " ^1.20 "
41
41
- name : Build
42
42
run : make init
43
43
- name : GPG
Original file line number Diff line number Diff line change 1
1
module github.com/ViBiOh/goweb
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/ViBiOh/flags v1.2.0
You can’t perform that action at this time.
0 commit comments