Skip to content

Commit 98316a9

Browse files
committed
Go version 1.21
1 parent 4991fee commit 98316a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: cimg/go:1.18
5+
- image: cimg/go:1.21
66
steps:
77
- checkout
88
- run: sudo apt update

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go 1.x
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: ^1.18
24+
go-version: ^1.21
2525
id: go
2626

2727
- name: Check out code into the Go module directory

dockerbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18.0
1+
FROM golang:1.21.0
22

33
LABEL MAINTAINER="Ivan Izaguirre <[email protected]>"
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ivanizag/izapple2
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
fyne.io/fyne/v2 v2.1.4

0 commit comments

Comments
 (0)