Skip to content

Commit

Permalink
go.mod 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 9, 2023
1 parent 145ef91 commit e12c8a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
# go-version-file: ./go.mod
go-version: "^1.21.3"
go-version-file: ./go.mod

- run: go version

- run: go fmt .

- uses: dominikh/[email protected]
with:
version: "2023.1.2"
version: "2023.1.6"
install-go: false

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

- run: go install github.com/tcnksm/ghr@latest

Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## develop

- [UPDATE] go.mod の Go のバージョンを 1.21.4 にあげる
- @voluntas

## 2023.5.1

- [FIX] HTTP/2 Rapid Reset 対策として Go 1.21.3 以上でリリースバイナリを作成するよう修正する
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/shiguredo/suzu

go 1.21
go 1.21.4

require (
cloud.google.com/go/speech v1.20.1
Expand Down

0 comments on commit e12c8a3

Please sign in to comment.