Skip to content

Commit

Permalink
Merge pull request #12559 from canonical/dependabot/github_actions/st…
Browse files Browse the repository at this point in the history
…able-4.0/actions/setup-go-4

build(deps): bump actions/setup-go from 2 to 4
  • Loading branch information
tomponline authored Nov 28, 2023
2 parents c0a444e + 8139aa7 commit c426d9a
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:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit c426d9a

Please sign in to comment.