Skip to content

Commit b26ccc9

Browse files
committed
bump go version to 1.21
1 parent a2b7bb4 commit b26ccc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: "1.20"
22+
go-version: "1.21"
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v4
2525
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILD_VERSION=canary
22

3-
FROM golang:1.17-alpine3.15 as builder
3+
FROM golang:1.21.12-alpine as builder
44

55
RUN apk add make gcc build-base curl git
66
WORKDIR /firefly-perf-cli

0 commit comments

Comments
 (0)