Skip to content

Commit

Permalink
bump all workflows to go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Bowman committed Oct 24, 2024
1 parent a6a7dd6 commit 0e3fb41
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 15 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/buildtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ on:
pull_request:
branches:
- main
- develop
- unstable
- unstable-v1.5
paths-ignore:
- "quicksilverjs/**"
- "webui/**"
workflow_dispatch:
push:
branches:
- main
- develop
- unstable
- unstable-v1.5
paths-ignore:
- "quicksilverjs/**"
- "webui/**"
Expand All @@ -41,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.4"
go-version: "1.23.2"
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down Expand Up @@ -72,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.4"
go-version: "1.23.2"
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down Expand Up @@ -123,6 +117,6 @@ jobs:
${{ runner.os }}-go-
- uses: actions/setup-go@v5
with:
go-version: "1.22.4"
go-version: "1.23.2"
- name: Run simulation tests
run: make test-sim-ci
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.23.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.4"
go-version: "1.23.2"

- name: Setup Golang caches
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.x"
go-version: "1.23.2"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/icq-relayer-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.2]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.23.2]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
${{ runner.os }}-go-
- uses: actions/setup-go@v5
with:
go-version: "1.22.4"
go-version: "1.23.2"

- name: Run simulation tests
run: make test-sim-non-determinism

0 comments on commit 0e3fb41

Please sign in to comment.