Update golang Docker tag to v1.24
This commit is contained in:
parent
4641a1b7e9
commit
2d519e5199
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.23
|
image: golang:1.24
|
||||||
commands:
|
commands:
|
||||||
- CGO_ENABLED=0 go build ./
|
- CGO_ENABLED=0 go build ./
|
||||||
- name: docker
|
- name: docker
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue