Skip to content

Commit

Permalink
Merge pull request #19 from hatena/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
ne-sachirou committed Feb 19, 2024
2 parents 7a9bbdf + 149291c commit e0c3910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
- uses: golangci/golangci-lint-action@v3
with:
skip-pkg-cache: true # https://github.com/golangci/golangci-lint-action/issues/677
Expand All @@ -23,6 +23,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
- name: test
run: make test-go

0 comments on commit e0c3910

Please sign in to comment.