Skip to content

Commit

Permalink
Merge pull request #74 from ucan-wg/ci
Browse files Browse the repository at this point in the history
ci: fix after merging to main
  • Loading branch information
MichaelMure authored Nov 20, 2024
2 parents 5f8536e + c61fc8d commit 4ec409e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: go continuous benchmark
on:
push:
branches:
- v1
- main

permissions:
contents: write
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Run benchmark
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os}} (go ${{ matrix.go }})
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Go information
Expand Down

0 comments on commit 4ec409e

Please sign in to comment.