Zack
|
4abdbf1ad2
|
update to go 1.18
|
2022-04-06 21:48:39 -07:00 |
|
Eng Zer Jun
|
da8beb65bf
|
build: upgrade to Go 1.17
Go 1.17 introduces compiler improvement
(https://golang.org/doc/go1.17#compiler) and supports module graph
pruning (https://golang.org/ref/mod#graph-pruning) and lazy module
loading (https://golang.org/ref/mod#lazy-loading).
This commit applies the changes by running `go mod tidy -go=1.17` to
enable module graph pruning and lazy module loading supported by Go 1.17
or higher.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
|
2021-11-17 11:39:01 +08:00 |
|
Zack
|
696479024e
|
Update ci.yml
|
2021-10-08 09:43:30 -07:00 |
|
Zack
|
9dfa0284fa
|
update with setup
|
2021-10-08 09:39:20 -07:00 |
|
Maxim Baz
|
417b371454
|
Add CI
|
2021-10-04 00:16:49 +02:00 |
|
Spaceface16518
|
247d2b18ec
|
Remove linux/ppc64le platform
gcc not found in $PATH?
|
2021-01-22 00:00:20 -06:00 |
|
Spaceface16518
|
6b8a14d831
|
Remove linux/s390x platform
Breaking the docker buildx build due to some signature verification
error
|
2021-01-22 00:00:20 -06:00 |
|
Amrit
|
743b2c1bf4
|
Create deploy.yml
|
2021-01-21 23:32:51 -06:00 |
|