Skip to content

Commit

Permalink
Go version 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag committed Aug 31, 2024
1 parent 4991fee commit 98316a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dockerbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.0
FROM golang:1.21.0

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ivanizag/izapple2

go 1.18
go 1.21

require (
fyne.io/fyne/v2 v2.1.4
Expand Down

0 comments on commit 98316a9

Please sign in to comment.