Skip to content

Commit

Permalink
chore(workflow): CI側のversionもあげた
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Dec 16, 2024
1 parent 3bdc59c commit 2adcc3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.23
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup GoLang
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.23
- name: Get Dependencies
if: steps.cache-go.outputs.cache-hit != 'true'
run: go get -v -t -d ./...
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.23

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 2adcc3f

Please sign in to comment.