Skip to content

Commit

Permalink
pin
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Feb 12, 2025
1 parent 7635ff1 commit 7d63cc1
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-sol-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'
- name: Install Foundry
uses: ./.github/actions/setup-foundry
- name: Install pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-verifypr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'
- name: "Verify PR"
run: go run github.com/omni-network/omni/scripts/verifypr
4 changes: 2 additions & 2 deletions .github/workflows/clicommand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- name: Go releaser snapshot
uses: ./.github/actions/goreleaser-snapshot
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- name: Configure Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- name: Run e2e tests
run: make e2e-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2etestadmin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- name: Install foundry
uses: ./.github/actions/setup-foundry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- uses: ./.github/actions/setup-foundry
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- name: Go releaser snapshot
uses: ./.github/actions/goreleaser-snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'
- name: Run pre-commit hooks
uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/release-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: 'v1.23'

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 7d63cc1

Please sign in to comment.