Skip to content

Commit

Permalink
build: go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuheiKubota committed Aug 16, 2024
1 parent af6149d commit b8f28dd
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.22'
go-version: '1.23'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
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/shu-go/footrest

go 1.21
go 1.23

require (
github.com/denisenkom/go-mssqldb v0.12.3
Expand Down

0 comments on commit b8f28dd

Please sign in to comment.