1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00
Commit graph

27 commits

Author SHA1 Message Date
Zack Scholl
61a045bd33 feat: add static build to ci 2025-09-28 19:17:20 -07:00
Zack Scholl
c1663a83d3 feat: add static build to ci 2025-09-28 19:16:31 -07:00
dependabot[bot]
0c2cce90f6
build(deps): bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 12:14:11 +00:00
dependabot[bot]
781671a005
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 15:15:11 +00:00
Zackary Scholl
9852796142 fix: build 2025-08-03 08:41:09 -07:00
Zackary Scholl
8ff7e73537 fix: ci 2025-08-03 08:17:38 -07:00
Zackary Scholl
2db95e4f79 fix: ci 2025-08-03 08:16:25 -07:00
Zackary Scholl
f9aac6f91f fix: ci 2025-08-03 08:15:38 -07:00
Zackary Scholl
8c39854168 fix: ci 2025-08-03 08:15:01 -07:00
Zackary Scholl
6b5c3bfc0c fix windows7 build 2025-04-28 12:54:10 -07:00
Zack Scholl
ad96d4081f chore: update go version 2025-03-02 08:25:17 -08:00
blu3
3b21ec5867
Update CI and now upload artifacts 2025-01-31 11:51:52 +03:00
Zack Scholl
b0a01a6634 fix ci 2024-10-01 06:50:07 -07:00
Zack Scholl
a7235e1fcd fix ci 2024-10-01 06:10:08 -07:00
Zack Scholl
7bb1ea7a01 fix ci 2024-10-01 06:06:36 -07:00
Zack Scholl
4266ff0e41 fix ci 2024-10-01 06:02:10 -07:00
Zack Scholl
c275151ae4 add builds to CI 2024-10-01 05:55:09 -07:00
Rehan Mahmood
9ad2af18bd Added the gcc and musl-dev packages in the builder layer of the Dockerfile. 2024-01-28 14:38:01 -05:00
dependabot[bot]
40e5893bb8
Bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 09:12:12 +00:00
stefins
080c21b66b
Change go version to 1.20 in CI 2023-03-10 20:59:45 +05:30
stefins
65760b1189
Update CI to run on main branch events 2023-02-11 01:18:43 +05:30
Tai Groot
fd0db2ad55
upgrade github ci workflow 2022-10-30 20:43:51 -07:00
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