Skip to content

Commit

Permalink
/.github/workflows: remove check-latest option
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd committed Mar 27, 2024
1 parent e8e5112 commit 680af8d
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bump-dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
- name: Bump dependency
working-directory: go
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cd-release-pgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
- name: Configure AWS Credentials
uses: aws-actions/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-bats-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Setup Python 3.x
uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-bats-unix-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Setup Python 3.x
if: ${{ env.use_credentials != 'true' }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-bats-unix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Setup Python 3.x
uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-bats-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Setup Python 3.x
uses: actions/setup-python@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-check-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
- name: Check all
id: should_format
working-directory: ./go
Expand Down Expand Up @@ -76,7 +75,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
- name: Copy script
working-directory: ./go/utils/repofmt
run: cp format_repo.sh _format_repo.sh
Expand Down Expand Up @@ -107,7 +105,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
- name: Run go mod tidy
run: go mod tidy
working-directory: ./go
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- uses: actions/setup-node@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-go-race-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Test engine
working-directory: ./go
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-go-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Test All
working-directory: ./go
Expand Down Expand Up @@ -76,7 +75,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Test All
working-directory: ./go
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-lambdabats-unix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
if: ${{ env.use_credentials == 'true' }}
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: install lambdabats
if: ${{ env.use_credentials == 'true' }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-sql-server-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true
id: go
- name: Create CI Bin
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/import-perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true

- name: Dolt version
id: version
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/merge-perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true

- name: Setup Python 3.x
uses: actions/setup-python@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sysbench-perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
check-latest: true

- name: Dolt version
id: version
Expand Down

0 comments on commit 680af8d

Please sign in to comment.