1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 08:02:33 +03:00
Commit Graph

29 Commits

Author SHA1 Message Date
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
Missu
4718f3897c
Commented, added bug label
Commented lines need to be manually removed by the user, so no need to remove those anymore
Added "big" label for this, so easily discoverable from the Issues list
2021-04-08 11:42:19 +05:30
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
Zack
dd9cd82732
Create FUNDING.yml 2020-05-13 14:08:02 -07:00
Zack
544d3e0144 Update issue templates 2019-11-18 12:07:35 -08:00
Zack Scholl
abc5e3f6c0 move install script 2019-05-02 11:31:26 -07:00
Zack
148b10d666
Update default.txt 2019-01-01 16:10:39 -08:00
Zack Scholl
eaa3624977 bump version 2018-11-05 20:02:31 -07:00
Zack Scholl
be70c8a83d bump version 4.1.3 2018-11-01 09:57:18 -07:00
Zack Scholl
92648e0112 bump version 2018-11-01 08:45:59 -06:00
Zack Scholl
2b8f581ca4 check checksum for macos #111 2018-10-30 14:41:52 -07:00
Zack Scholl
034074d7a3 version 4.1.1 2018-10-24 07:52:13 -06:00
Zack
721567fc72
Create issue_template.md 2018-10-22 20:46:20 -07:00
Zack Scholl
dd03cdc6e3 update readme about config file 2018-10-21 08:23:56 -07:00
Zack Scholl
06e8260e50 bump version 2018-10-19 10:35:54 -07:00
Zack Scholl
2fc216cb1b bump 2018-10-18 09:35:51 -07:00
Zack Scholl
987a21fb8f bump version 2018-10-18 07:53:06 -06:00
Zack Scholl
e47393031b bump version 2018-10-17 23:14:46 -06:00
Zack
ad697febf4
Update default.txt 2018-10-13 11:03:15 -07:00
Zack
28083f3204
Rename install.sh to default.txt 2018-10-13 10:46:39 -07:00
Zack
da94e54d7d
Update install.sh 2018-10-13 10:36:32 -07:00
Zack
267134dc6c
Create install.sh 2018-10-13 10:23:16 -07:00
Zack Scholl
f9b79ed371 add gifs
update readme
2018-10-10 06:57:06 -07:00