Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and oxyno-zeta committed Jan 21, 2024
1 parent d623b88 commit b06dc4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- changes
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
- uses: golangci/golangci-lint-action@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
- run: make code/build
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
- run: make code/build-cross
Expand All @@ -106,7 +106,7 @@ jobs:
- lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "^1.21.0"
- run: |
Expand Down

0 comments on commit b06dc4f

Please sign in to comment.