Skip to content

Commit 2c3d926

Browse files
Update Go to 1.21
1 parent a80f4c0 commit 2c3d926

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-go@v2
2424
with:
25-
go-version: '1.20.5'
25+
go-version: '1.21'
2626

2727
- name: Gather dependencies
2828
run: |

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN npm run build -- --output-path=./dist/rok --configuration=rok-prod
2222
RUN ./node_modules/.bin/ng build --configuration production --localize
2323

2424
# Stage 1: Build with the golang image
25-
FROM golang:1.20-alpine AS backend
25+
FROM golang:1.21-alpine AS backend
2626
RUN apk add git
2727
WORKDIR /go/src/github.com/StatCan/jupyter-apis
2828
COPY go.mod .

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/StatCan/jupyter-apis
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/StatCan/kubeflow-apis v0.0.0-20230609114333-af080f42f387

0 commit comments

Comments
 (0)