Skip to content

Commit

Permalink
Merge pull request #51 from credativ/new-golang-1.21
Browse files Browse the repository at this point in the history
change golang version to 1.21.0 for the build container
  • Loading branch information
ntap-fge authored Sep 5, 2023
2 parents 1f31afc + 071241c commit 41c7cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.5
go-version: 1.21.0
cache: true
cache-dependency-path: |
**/go.sum
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV NODE_ENV=production \
RUN yarn build

# Backend builder stage
FROM docker.io/library/golang:1.20.5-alpine3.18 as go-builder
FROM docker.io/library/golang:1.21.0-alpine3.18 as go-builder

RUN apk add --no-cache gcc g++

Expand Down

0 comments on commit 41c7cf9

Please sign in to comment.