Skip to content

Commit

Permalink
Merge pull request hyperledger#88 from shorsher/fix-builds
Browse files Browse the repository at this point in the history
fix goreleaser build
  • Loading branch information
Chengxuan authored Aug 6, 2024
2 parents c42392f + e0135d2 commit c690623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version: 2

before:
hooks:
- go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_VERSION=canary

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

RUN apk add make gcc build-base curl git
WORKDIR /firefly-perf-cli
Expand Down

0 comments on commit c690623

Please sign in to comment.