Skip to content

Commit 48d057b

Browse files
committed
updating go version in release
1 parent 7d733ac commit 48d057b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v2
3232
with:
33-
go-version: "1.20"
33+
go-version: "1.21"
3434

3535
- name: Prepare
3636
id: prep

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.21.4-alpine AS build
22
# TODO: dynamically get this value
3-
ENV GOVERSION=1.20.4
3+
ENV GOVERSION=1.21.4
44

55
WORKDIR /usr/src
66
RUN apk add --no-cache \

0 commit comments

Comments
 (0)