Skip to content

Commit

Permalink
Bump GitHub workflow actions to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Apr 1, 2024
1 parent 0925f99 commit 6dce92b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@5
with:
go-version: "1.17"
go-version: "1.22"
- name: Build native
run: GOARCH=amd64 go build -v ./...
shell: bash
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.17"
go-version: "1.22"
- name: Cross-build
run: |
set ${{ matrix.go-os-pairs }}
Expand Down

0 comments on commit 6dce92b

Please sign in to comment.