Skip to content

Commit

Permalink
Merge branch 'hotfix/2023.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 11, 2023
2 parents 888a2ea + 651c22e commit 8c9fdf3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
# go-version-file: ./go.mod
go-version: "^1.21.3"
cache: true
cache-dependency-path: ./go.sum

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
# go-version-file: ./go.mod
go-version: "^1.21.3"
cache: false

- run: go install github.com/tcnksm/ghr@latest
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

## develop

## 2023.1.1

- [FIX] HTTP/2 Rapid Reset 対策として Go 1.21.3 以上でリリースバイナリを作成するよう修正する
- https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo
- @voluntas

## 2023.1.0

- [ADD] Grafana ダッシュボードの追加
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.1.0
2023.1.1

0 comments on commit 8c9fdf3

Please sign in to comment.