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

25 commits

Author SHA1 Message Date
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
Zack
fddb0e98ce
Merge pull request #953 from schollz/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2025-08-12 10:16:29 -07: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
dependabot[bot]
130475f266
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 08:20:46 +00:00
Zackary Scholl
03ad84127e fix: create checksums 2025-08-03 08:55:05 -07:00
Zackary Scholl
4dfd88bf9e fix: build 2025-08-03 08:43:38 -07:00
Zackary Scholl
9852796142 fix: build 2025-08-03 08:41:09 -07:00
Zackary Scholl
da8c1cd699 fix: build 2025-08-03 08:37:26 -07:00
Zackary Scholl
40ba0acbc8 fix: build 2025-08-03 08:35:11 -07:00
Zackary Scholl
e0663da331 fix: build 2025-08-03 08:18:29 -07:00
Zack Scholl
ad96d4081f chore: update go version 2025-03-02 08:25:17 -08:00
blu3
f236b80095
Update release action 2025-01-31 16:31:41 +03:00
Zack Scholl
146f6413a9 fix release.yml 2024-10-01 07:27:45 -07:00
Zack Scholl
3ca13a405f update builds 2024-10-01 06:56:15 -07:00
Zack
c9bc41fc58 create armv5 build
Fixes #752
2024-07-07 15:20:22 -07:00
Zack
1f6851f33b
Merge pull request #680 from schollz/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2024-03-11 15:48:20 -07:00
dependabot[bot]
40f5e9ca1e
Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 08:56:10 +00:00
bitraid
ed8c0475bf
Fix Windows builds 2024-03-09 22:31:27 +02:00
Zack
abc5029fce update release with LICENSE 2024-02-22 14:39:57 -08:00
D. Bohdan
be8a6689ff build release bins for DragonFly/Free/Net/OpenBSD 2024-02-22 21:22:32 +00:00
Zack
4159ba7668 do static builds of croc
following https://github.com/golang/go/issues/26492#issuecomment-435462350
2024-02-20 07:57:49 -08:00
Zack
d92cff92b9 add arm/arm64 builds for windows fixes #664 2024-02-19 07:46:35 -08:00
Zack
f874e30151 revert go version back to go.1.21 because of glibc errors 2024-02-16 06:56:33 -08:00
Zack Scholl
3382306342 add build for windows 7 2024-02-08 13:37:10 -07:00
Zack
ba75f7badb add release workflow for generating binaries 2024-02-06 15:37:28 -08:00