mirror of
https://github.com/ivanizag/izapple2.git
synced 2024-12-21 18:29:45 +00:00
Go version 1.21
This commit is contained in:
parent
4991feeb6f
commit
98316a9f66
@ -2,7 +2,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: cimg/go:1.18
|
||||
- image: cimg/go:1.21
|
||||
steps:
|
||||
- checkout
|
||||
- run: sudo apt update
|
||||
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ^1.18
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.0
|
||||
FROM golang:1.21.0
|
||||
|
||||
LABEL MAINTAINER="Ivan Izaguirre <ivanizag@gmail.com>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user