Update GitHub actions (#235)
This commit is contained in:
parent
f79ef95ac3
commit
805d283d5b
3 changed files with 3 additions and 3 deletions
2
.github/actions/build/action.yaml
vendored
2
.github/actions/build/action.yaml
vendored
|
|
@ -8,7 +8,7 @@ runs:
|
|||
using: "composite"
|
||||
steps:
|
||||
- name: Install Go ${{ inputs.go-version }}
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ inputs.go-version }}
|
||||
- name: Install project tools and dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue