Skip to content

Commit

Permalink
update actions/setup-go@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jul 8, 2024
1 parent 7b19158 commit d85d16f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ runs:
run: echo "target = ${{ inputs.target }}"
shell: bash

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.x'
cache-dependency-path: "**/*.sum"

- uses: lukka/get-cmake@v3.27.6

Expand Down

0 comments on commit d85d16f

Please sign in to comment.