1
1
mirror of https://github.com/nektos/act.git synced 2024-09-11 12:35:25 +03:00

Bump golang to v1.14 (#135)

* Bump golang to v1.14

* go mod vendor

Co-authored-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
chenrui 2020-03-06 17:21:24 -05:00 committed by GitHub
parent 15fb58bf43
commit c588c07ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 70 additions and 4 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
- run: go test -cover ./...
env:
CGO_ENABLED: 0
@ -26,7 +26,7 @@ jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
needs:
needs:
- lint
- test
runs-on: ubuntu-latest

4
go.mod
View File

@ -1,5 +1,7 @@
module github.com/nektos/act
go 1.14
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/MichaelTJones/walk v0.0.0-20161122175330-4748e29d5718 // indirect
@ -56,5 +58,3 @@ require (
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20181106193140-f5749085e9cb
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
go 1.13

66
vendor/modules.txt vendored
View File

@ -1,17 +1,27 @@
# github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
## explicit
# github.com/MichaelTJones/walk v0.0.0-20161122175330-4748e29d5718
## explicit
github.com/MichaelTJones/walk
# github.com/Microsoft/go-winio v0.4.11
## explicit
github.com/Microsoft/go-winio
# github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
## explicit
# github.com/andreaskoch/go-fswatch v1.0.0
## explicit
github.com/andreaskoch/go-fswatch
# github.com/containerd/continuity v0.0.0-20181203112020-004b46473808
## explicit
github.com/containerd/continuity/pathdriver
# github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew/spew
# github.com/docker/distribution v2.7.1+incompatible
## explicit
github.com/docker/distribution/digestset
github.com/docker/distribution/reference
# github.com/docker/docker v1.13.1 => github.com/docker/engine v0.0.0-20181106193140-f5749085e9cb
## explicit
github.com/docker/docker/api
github.com/docker/docker/api/types
github.com/docker/docker/api/types/blkiodev
@ -41,12 +51,15 @@ github.com/docker/docker/pkg/pools
github.com/docker/docker/pkg/stdcopy
github.com/docker/docker/pkg/system
# github.com/docker/go-connections v0.4.0
## explicit
github.com/docker/go-connections/nat
github.com/docker/go-connections/sockets
github.com/docker/go-connections/tlsconfig
# github.com/docker/go-units v0.3.3
## explicit
github.com/docker/go-units
# github.com/emirpasic/gods v1.12.0
## explicit
github.com/emirpasic/gods/containers
github.com/emirpasic/gods/lists
github.com/emirpasic/gods/lists/arraylist
@ -54,45 +67,63 @@ github.com/emirpasic/gods/trees
github.com/emirpasic/gods/trees/binaryheap
github.com/emirpasic/gods/utils
# github.com/go-ini/ini v1.41.0
## explicit
github.com/go-ini/ini
# github.com/gogo/protobuf v1.2.0
## explicit
github.com/gogo/protobuf/proto
# github.com/google/go-cmp v0.2.0
github.com/google/go-cmp/cmp
github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
# github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e
## explicit
# github.com/gorilla/mux v1.7.0
## explicit
# github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
## explicit
github.com/howeyc/gopass
# github.com/inconshreveable/mousetrap v1.0.0
## explicit
github.com/inconshreveable/mousetrap
# github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/jbenet/go-context/io
# github.com/joho/godotenv v1.3.0
## explicit
github.com/joho/godotenv
# github.com/jtolds/gls v4.2.1+incompatible
## explicit
# github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e
github.com/kevinburke/ssh_config
# github.com/konsorten/go-windows-terminal-sequences v1.0.1
github.com/konsorten/go-windows-terminal-sequences
# github.com/mgutz/str v1.2.0
## explicit
github.com/mgutz/str
# github.com/mitchellh/go-homedir v1.1.0
## explicit
github.com/mitchellh/go-homedir
# github.com/opencontainers/go-digest v1.0.0-rc1
## explicit
github.com/opencontainers/go-digest
# github.com/opencontainers/image-spec v1.0.1
## explicit
github.com/opencontainers/image-spec/specs-go
github.com/opencontainers/image-spec/specs-go/v1
# github.com/opencontainers/runc v0.1.1
## explicit
github.com/opencontainers/runc/libcontainer/system
github.com/opencontainers/runc/libcontainer/user
# github.com/pelletier/go-buffruneio v0.2.0
github.com/pelletier/go-buffruneio
# github.com/pkg/errors v0.8.1
## explicit
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib
# github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
## explicit
github.com/robertkrimen/otto
github.com/robertkrimen/otto/ast
github.com/robertkrimen/otto/dbg
@ -101,14 +132,22 @@ github.com/robertkrimen/otto/parser
github.com/robertkrimen/otto/registry
github.com/robertkrimen/otto/token
# github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
## explicit
github.com/sabhiram/go-gitignore
# github.com/sergi/go-diff v1.0.0
github.com/sergi/go-diff/diffmatchpatch
# github.com/sirupsen/logrus v1.3.0
## explicit
github.com/sirupsen/logrus
# github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304
## explicit
# github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c
## explicit
# github.com/spf13/cobra v0.0.3
## explicit
github.com/spf13/cobra
# github.com/spf13/pflag v1.0.3
## explicit
github.com/spf13/pflag
# github.com/src-d/gcfg v1.4.0
github.com/src-d/gcfg
@ -116,11 +155,13 @@ github.com/src-d/gcfg/scanner
github.com/src-d/gcfg/token
github.com/src-d/gcfg/types
# github.com/stretchr/testify v1.3.0
## explicit
github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# github.com/xanzy/ssh-agent v0.2.0
github.com/xanzy/ssh-agent
# golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e
## explicit
golang.org/x/crypto/cast5
golang.org/x/crypto/chacha20
golang.org/x/crypto/curve25519
@ -139,29 +180,50 @@ golang.org/x/crypto/ssh/agent
golang.org/x/crypto/ssh/knownhosts
golang.org/x/crypto/ssh/terminal
# golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
## explicit
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
golang.org/x/net/internal/socks
golang.org/x/net/proxy
# golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
## explicit
# golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
## explicit
golang.org/x/sys/cpu
golang.org/x/sys/unix
golang.org/x/sys/windows
# golang.org/x/text v0.3.2
## explicit
golang.org/x/text/transform
golang.org/x/text/unicode/norm
# golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
## explicit
# google.golang.org/genproto v0.0.0-20190128161407-8ac453e89fca
## explicit
# google.golang.org/grpc v1.18.0
## explicit
# gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
## explicit
# gopkg.in/godo.v2 v2.0.9
## explicit
gopkg.in/godo.v2/glob
# gopkg.in/ini.v1 v1.41.0
## explicit
# gopkg.in/sourcemap.v1 v1.0.5
## explicit
gopkg.in/sourcemap.v1
gopkg.in/sourcemap.v1/base64vlq
# gopkg.in/src-d/go-billy.v4 v4.3.0
## explicit
gopkg.in/src-d/go-billy.v4
gopkg.in/src-d/go-billy.v4/helper/chroot
gopkg.in/src-d/go-billy.v4/helper/polyfill
gopkg.in/src-d/go-billy.v4/osfs
gopkg.in/src-d/go-billy.v4/util
# gopkg.in/src-d/go-git-fixtures.v3 v3.3.0
## explicit
# gopkg.in/src-d/go-git.v4 v4.9.1
## explicit
gopkg.in/src-d/go-git.v4
gopkg.in/src-d/go-git.v4/config
gopkg.in/src-d/go-git.v4/internal/revision
@ -205,10 +267,14 @@ gopkg.in/src-d/go-git.v4/utils/merkletrie/noder
# gopkg.in/warnings.v0 v0.1.2
gopkg.in/warnings.v0
# gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
## explicit
gopkg.in/yaml.v3
# gotest.tools v2.2.0+incompatible
## explicit
gotest.tools/assert
gotest.tools/assert/cmp
gotest.tools/internal/difflib
gotest.tools/internal/format
gotest.tools/internal/source
# github.com/docker/docker => github.com/docker/engine v0.0.0-20181106193140-f5749085e9cb
# golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a