Bump go build version.

This commit is contained in:
Jim McDonald
2021-08-03 23:50:58 +01:00
parent 2e36fcc3ce
commit 3e702f0c51
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.16
id: go
- name: Check out code into the Go module directory

View File

@@ -24,7 +24,7 @@ import (
// ReleaseVersion is the release version of the codebase.
// Usually overridden by tag names when building binaries.
var ReleaseVersion = "local build (latest release 1.10.2)"
var ReleaseVersion = "local build (latest release 1.10.3)"
// versionCmd represents the version command
var versionCmd = &cobra.Command{

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/wealdtech/ethdo
go 1.13
go 1.16
require (
github.com/DataDog/zstd v1.4.8 // indirect