We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd04e7d commit d0d6490Copy full SHA for d0d6490
.github/workflows/release.yaml
@@ -15,6 +15,9 @@ jobs:
15
uses: actions/setup-go@v5
16
with:
17
go-version-file: go.mod
18
+
19
+ - name: setup
20
+ run: make setup
21
22
- name: Build binaries
23
run: make install GOBIN=`pwd`/docker
CHANGELOG.md
@@ -5,13 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## [Unreleased]
7
8
-## [1.17.2] - 2024-11-27
+## [1.17.2] - 2024-11-28
9
10
### Changed
11
12
- Update dependencies ([#116](https://github.com/cybozu-go/setup-hw/pull/116))
13
- Update go module dependencies
14
- Update ubuntu version in Dockerfile
+- Fix release workflow ([#118](https://github.com/cybozu-go/setup-hw/pull/118))
## [1.17.1] - 2024-07-19
0 commit comments