Skip to content

Commit

Permalink
Merge pull request #120 from mattn/update-workflows
Browse files Browse the repository at this point in the history
update GitHub workflows
  • Loading branch information
mattn authored Dec 21, 2023
2 parents 6d5bd0a + 6d5db6b commit f139f36
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: Run GoReleaser(xcgo) Snapshot
run: |
make snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit f139f36

Please sign in to comment.