Skip to content

Commit

Permalink
Merge pull request #533 from freifunkMUC/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
GoliathLabs authored Jan 5, 2024
2 parents 9ee1925 + f2c9d5e commit d5f7417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: true
Expand Down

0 comments on commit d5f7417

Please sign in to comment.