Skip to content

Commit

Permalink
task: update actions/setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
jmicceri committed Jun 25, 2024
1 parent c6b2658 commit f00ac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go environment
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v5.0.1
- name: test
run: make -j ci
- name: build
Expand Down

0 comments on commit f00ac1a

Please sign in to comment.