Skip to content

Commit

Permalink
Switch to Go 1.21 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored Mar 19, 2024
1 parent 4a89673 commit 731b730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildkit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.4.3
FROM golang:1.19 as build
FROM golang:1.21 as build
WORKDIR /go/src/app
ENV CGO_ENABLED=0
COPY --link . .
Expand Down
2 changes: 1 addition & 1 deletion buildkit/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/astronomer/astro-runtime-frontend

go 1.19
go 1.21.6

require (
github.com/EricHripko/buildkit-fdk v0.2.0
Expand Down

0 comments on commit 731b730

Please sign in to comment.