syncthing/.github/workflows
Jakob Borg b347c14bd1 build: Use correct range specification for Go version
The old `^1.20.7` means `1.x.y, >= 1.20.7` which allows 1.21.0, which
was not intended. The new `~1.20.7` means `1.20.x, >= 1.20.7`, which is
safer.
2023-08-09 16:05:11 +02:00
..
build-infra-dockers.yaml build: Build infrastructure images 2023-07-01 08:23:55 +02:00
build-syncthing.yaml build: Use correct range specification for Go version 2023-08-09 16:05:11 +02:00
trigger-nightly.yaml build: Produce nightly release builds 2023-05-01 09:42:44 +02:00
update-docs-translations.yaml build: Bump actions version; fix Node 12 deprecation warning (#8881) 2023-04-29 15:21:46 +02:00