Skip to content

Commit

Permalink
Merge pull request #3 from traktuner/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v4
  • Loading branch information
traktuner authored Nov 4, 2023
2 parents c53309e + dc8155f commit d23d3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
cache: true
Expand Down

0 comments on commit d23d3d8

Please sign in to comment.