Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
build: updating to Go v1.22.1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Mar 31, 2024
1 parent 36259a6 commit 486db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COPY_SOURCECODE:


golang-base:
FROM golang:1.20.4
FROM golang:1.22.1
WORKDIR /tmp/starling-bank-technical-challenge
ENV GOPROXY=direct
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 486db7f

Please sign in to comment.