Skip to content

Commit

Permalink
Merge pull request #35 from rossigee/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

gh-actions: bump actions/setup-go from 4 to 5
  • Loading branch information
rossigee authored Dec 10, 2023
2 parents 2c44e58 + cff9395 commit cfb8a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.16.3'
- name: golangci-lint
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

# - uses: actions/setup-go@v4
# - uses: actions/setup-go@v5
# with:
# go-version: '^1.16.3'

Expand Down

0 comments on commit cfb8a7a

Please sign in to comment.