|
@@ -16,6 +16,10 @@ env:
|
|
# Avoid hilarious amounts of obscuring log output when running tests.
|
|
# Avoid hilarious amounts of obscuring log output when running tests.
|
|
LOGGER_DISCARD: "1"
|
|
LOGGER_DISCARD: "1"
|
|
|
|
|
|
|
|
+ # Our build metadata
|
|
|
|
+ BUILD_USER: builder
|
|
|
|
+ BUILD_HOST: github.syncthing.net
|
|
|
|
+
|
|
# A note on actions and third party code... The actions under actions/ (like
|
|
# A note on actions and third party code... The actions under actions/ (like
|
|
# `uses: actions/checkout`) are maintained by GitHub, and we need to trust
|
|
# `uses: actions/checkout`) are maintained by GitHub, and we need to trust
|
|
# GitHub to maintain their code and infrastructure or we're in deep shit in
|
|
# GitHub to maintain their code and infrastructure or we're in deep shit in
|
|
@@ -92,7 +96,7 @@ jobs:
|
|
path: |
|
|
path: |
|
|
~\AppData\Local\go-build
|
|
~\AppData\Local\go-build
|
|
~\go\pkg\mod
|
|
~\go\pkg\mod
|
|
- key: ${{ runner.os }}-go-${{ env.GOVERSION }}-package-${{ hashFiles('**/go.sum') }}
|
|
|
|
|
|
+ key: ${{ runner.os }}-go-${{ env.GO_VERSION }}-package-${{ hashFiles('**/go.sum') }}
|
|
|
|
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
run: |
|
|
run: |
|