Go version 1.21

This commit is contained in:
Iván Izaguirre 2024-08-31 17:31:16 +02:00
parent 4991feeb6f
commit 98316a9f66
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM golang:1.18.0
FROM golang:1.21.0
LABEL MAINTAINER="Ivan Izaguirre <ivanizag@gmail.com>"

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/ivanizag/izapple2
go 1.18
go 1.21
require (
fyne.io/fyne/v2 v2.1.4