Skip to content

Commit

Permalink
Merge pull request #43 from ellisvalentiner/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-go-5
  • Loading branch information
dependabot[bot] committed Dec 7, 2023
2 parents 58551c7 + 8fe782f commit e51208f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19.*'
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19

Expand Down

0 comments on commit e51208f

Please sign in to comment.