Skip to content

Commit

Permalink
Merge pull request #2912 from manuelsc/fix/workflow
Browse files Browse the repository at this point in the history
(NOBIDS) update workflows to go 1.21
  • Loading branch information
recy21 authored Jul 9, 2024
2 parents bbaf0f6 + 6086483 commit 6f874f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go 1.20
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The dockerfile is currently still WIP and might be broken
FROM golang:1.20.8 AS build-env
FROM golang:1.21.12 AS build-env
COPY go.mod go.sum /src/
WORKDIR /src
RUN go mod download
Expand Down

0 comments on commit 6f874f3

Please sign in to comment.