We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b7bb4 commit b26ccc9Copy full SHA for b26ccc9
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: "1.20"
+ go-version: "1.21"
23
- name: Run GoReleaser
24
uses: goreleaser/goreleaser-action@v4
25
Dockerfile
@@ -1,6 +1,6 @@
1
ARG BUILD_VERSION=canary
2
3
-FROM golang:1.17-alpine3.15 as builder
+FROM golang:1.21.12-alpine as builder
4
5
RUN apk add make gcc build-base curl git
6
WORKDIR /firefly-perf-cli
0 commit comments