about summary refs log tree commit diff
path: root/.github/workflows/golang-test-lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* bump golang version to v1.23 (#7325)bnewbold2025-01-021-2/+2
|
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-231-2/+2
| | | | | | | | | | | | | * chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow
* CI: bump some more golang versions to v1.22 (#4635)bnewbold2024-06-241-2/+2
|
* Add kawaii mode (#3773)Samuel Newman2024-05-011-4/+4
|
* update golang to v1.21; set GOEXPERIMENT=loopvar (#1256)bnewbold2023-08-281-2/+2
| | | | | * golang: update to v1.21, and set GOEXPERIMENT=loopvar * golang: go mod tidy
* ci: golang version as string, not number (#361)bnewbold2023-04-021-2/+2
|
* Basic golang CI setup (#360)bnewbold2023-03-271-0/+43
* bskyweb: Makefile and dev env This matches the setup for local dev testing in atproto and indigo repos. * gitignore: don't ignore self and .github/ * CI: golang build+test and lint actions * bskyweb: better use of godotenv A recent change from indigo. * prettier: ignore top-level app.json * CI: bump from golang 1.19 to 1.20 * bskyweb: update to golang 1.20