Skip to content

Commit

Permalink
Workflows: upgrade setup-go action to v5 due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkow committed Oct 29, 2024
1 parent a8f69bb commit 9a77fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: '0'

- name: Set up go version from go.mod
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

Expand Down

0 comments on commit 9a77fc3

Please sign in to comment.