Skip to content

Commit

Permalink
chore: Update Go setup action to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Jul 4, 2024
1 parent 1dcfad5 commit caabd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit caabd88

Please sign in to comment.