Skip to content

Commit

Permalink
Merge pull request #7 from denisandreenko/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
denisandreenko authored Dec 11, 2023
2 parents 88e0a45 + d43da0b commit 01057a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ls ${{ github.workspace }}
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 01057a9

Please sign in to comment.