/{.github,go}: bump go to 1.19

This commit is contained in:
coffeegoddd
2022-08-04 13:47:27 -07:00
parent 1c0a6b0835
commit 68127a0dcb
15 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- name: Bump dependency
working-directory: go
run: |
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "::set-output name=commitish::$latest"
GO_BUILD_VERSION=1.18.0 go/utils/publishrelease/buildbinaries.sh
GO_BUILD_VERSION=1.19 go/utils/publishrelease/buildbinaries.sh
- name: Create Release
id: create_release
uses: actions/create-release@v1
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- name: Setup Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- name: Setup Python 3.x
uses: actions/setup-python@v2
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
- name: Setup Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- name: Setup Python 3.x
uses: actions/setup-python@v2
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- uses: actions/checkout@v2
- name: Check all
working-directory: ./go
@@ -23,7 +23,7 @@ jobs:
- name: Setup Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
@@ -26,7 +26,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- uses: actions/checkout@v2
- name: Test All with New Format
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Setup Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
@@ -23,7 +23,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- uses: actions/checkout@v2
- name: Test All
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- uses: actions/checkout@v2
- name: Test All
@@ -82,7 +82,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19
id: go
- uses: actions/checkout@v2
- name: Test All
+1 -1
View File
@@ -141,4 +141,4 @@ replace (
github.com/oliveagle/jsonpath => github.com/dolthub/jsonpath v0.0.0-20210609232853-d49537a30474
)
go 1.18
go 1.19
@@ -1,4 +1,4 @@
FROM golang:1.18-buster
FROM golang:1.19-buster
ENV DEBIAN_FRONTEND=noninteractive
+1 -1
View File
@@ -19,7 +19,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.18
ENV GO_VERSION=1.19
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
+1 -1
View File
@@ -54,7 +54,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.18
ENV GO_VERSION=1.19
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
+1 -1
View File
@@ -20,7 +20,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.17.1
ENV GO_VERSION=1.19
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin