We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80f4c0 commit 2c3d926Copy full SHA for 2c3d926
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions/setup-go@v2
24
with:
25
- go-version: '1.20.5'
+ go-version: '1.21'
26
27
- name: Gather dependencies
28
run: |
Dockerfile
@@ -22,7 +22,7 @@ RUN npm run build -- --output-path=./dist/rok --configuration=rok-prod
RUN ./node_modules/.bin/ng build --configuration production --localize
# Stage 1: Build with the golang image
-FROM golang:1.20-alpine AS backend
+FROM golang:1.21-alpine AS backend
RUN apk add git
WORKDIR /go/src/github.com/StatCan/jupyter-apis
COPY go.mod .
go.mod
@@ -1,6 +1,6 @@
1
module github.com/StatCan/jupyter-apis
2
3
-go 1.20
+go 1.21
4
5
require (
6
github.com/StatCan/kubeflow-apis v0.0.0-20230609114333-af080f42f387
0 commit comments