Skip to content

Commit

Permalink
Add GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
utking committed Sep 22, 2024
1 parent e42efa5 commit f3d6955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.23.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.23.1.linux-amd64.tar.gz"
overwrite: TRUE
binary_name: "etcd-ui"
build_command: "CGO_ENABLED=0 go build -o bin/etcd-ui -ldflags='-w -s -extldflags=-static' internal/cmd/main.go"
Expand Down

0 comments on commit f3d6955

Please sign in to comment.