mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-05 09:00:36 -06:00
go/go.mod: Require Go 1.21 in our go.mod.
This commit is contained in:
2
.github/workflows/bump-dependency.yaml
vendored
2
.github/workflows/bump-dependency.yaml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
- name: Bump dependency
|
||||
working-directory: go
|
||||
run: |
|
||||
|
||||
2
.github/workflows/cd-release.yaml
vendored
2
.github/workflows/cd-release.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
run: |
|
||||
latest=$(git rev-parse HEAD)
|
||||
echo "commitish=$latest" >> $GITHUB_OUTPUT
|
||||
GO_BUILD_VERSION=1.19 go/utils/publishrelease/buildbinaries.sh
|
||||
GO_BUILD_VERSION=1.21 go/utils/publishrelease/buildbinaries.sh
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: dolthub/create-release@v1
|
||||
|
||||
2
.github/workflows/ci-bats-unix-remote.yaml
vendored
2
.github/workflows/ci-bats-unix-remote.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- name: Setup Python 3.x
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
2
.github/workflows/ci-bats-unix.yaml
vendored
2
.github/workflows/ci-bats-unix.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- name: Setup Python 3.x
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
2
.github/workflows/ci-bats-windows.yaml
vendored
2
.github/workflows/ci-bats-windows.yaml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- name: Setup Python 3.x
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
6
.github/workflows/ci-check-repo.yaml
vendored
6
.github/workflows/ci-check-repo.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: "main"
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref || github.ref }}
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test All
|
||||
|
||||
4
.github/workflows/ci-go-tests.yaml
vendored
4
.github/workflows/ci-go-tests.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test All
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- uses: actions/checkout@v3
|
||||
- name: Test All
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
id: go
|
||||
- name: Create CI Bin
|
||||
run: |
|
||||
|
||||
2
.github/workflows/import-perf.yaml
vendored
2
.github/workflows/import-perf.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
id: go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
|
||||
- name: Dolt version
|
||||
id: version
|
||||
|
||||
2
.github/workflows/merge-perf.yaml
vendored
2
.github/workflows/merge-perf.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
id: go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
|
||||
- name: Setup Python 3.x
|
||||
uses: actions/setup-python@v4
|
||||
|
||||
2
.github/workflows/sysbench-perf.yaml
vendored
2
.github/workflows/sysbench-perf.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
id: go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
|
||||
- name: Dolt version
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user