ci: bump to Go 1.19

This commit is contained in:
Roy Lee 2022-08-07 23:15:05 -07:00
parent 6b0e7592c6
commit 66c8567a27
8 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
go: [1.18.2] go: [1.19]
steps: steps:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2

View file

@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
strategy: strategy:
matrix: matrix:
go: [1.18.2] go: [1.19]
steps: steps:
- run: | - run: |
echo "Note ${{ github.event.inputs.note }}!" echo "Note ${{ github.event.inputs.note }}!"

View file

@ -14,7 +14,7 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
strategy: strategy:
matrix: matrix:
go: [1.18.2] go: [1.19]
steps: steps:
- run: | - run: |
echo "Note ${{ github.event.inputs.note }}!" echo "Note ${{ github.event.inputs.note }}!"

View file

@ -4,7 +4,7 @@ env:
# go needs absolute directories, using the $HOME variable doesn't work here. # go needs absolute directories, using the $HOME variable doesn't work here.
GOCACHE: /home/runner/work/go/pkg/build GOCACHE: /home/runner/work/go/pkg/build
GOPATH: /home/runner/work/go GOPATH: /home/runner/work/go
GO_VERSION: '^1.18.2' GO_VERSION: '^1.19'
on: on:
push: push:

View file

@ -28,7 +28,7 @@ jobs:
name: Set up Go name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.18.2 go-version: 1.19
# Login against a Docker registry except on PR # Login against a Docker registry except on PR
# https://github.com/docker/login-action # https://github.com/docker/login-action

View file

@ -16,7 +16,7 @@
ARG ARCH=amd64 ARG ARCH=amd64
FROM golang:1.18.2 AS build-container FROM golang:1.19 AS build-container
ARG ARCH ARG ARCH

View file

@ -26,7 +26,7 @@ Using a fast NVMe disk is recommended.
Acquire binary files from [releases](https://github.com/lbryio/lbcd/releases) Acquire binary files from [releases](https://github.com/lbryio/lbcd/releases)
For compilation, [Go](http://golang.org) 1.18 or newer is required. For compilation, [Go](http://golang.org) 1.19 or newer is required.
Install Go according to its [installation instructions](http://golang.org/doc/install). Install Go according to its [installation instructions](http://golang.org/doc/install).
``` sh ``` sh

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/lbryio/lbcd module github.com/lbryio/lbcd
go 1.18 go 1.19
require ( require (
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f