File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go Dependencies
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/v2#readme
6
- GO_VERSION : " 1.16 "
6
+ GO_VERSION : " 1.17 "
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ version: "3"
19
19
20
20
vars :
21
21
CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22
- GO_VERSION : " 1.16.4 "
22
+ GO_VERSION : " 1.17.5 "
23
23
CHECKSUM_FILE : " {{.VERSION}}-checksums.txt"
24
24
25
25
tasks :
You can’t perform that action at this time.
0 commit comments