Skip to content

Commit

Permalink
build: go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi committed Feb 27, 2020
1 parent 4479ae9 commit 35b1720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.12, 1.13]
go: [1.13, 1.14]
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Check out source
uses: actions/checkout@v1
- name: Install Linters
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0"
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6"
- name: Build
env:
GO111MODULE: "on"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2013-2016 The btcsuite developers
Copyright (c) 2015-2019 The Decred developers
Copyright (c) 2015-2020 The Decred developers

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down

0 comments on commit 35b1720

Please sign in to comment.