Compare commits

..

No commits in common. "37bd69b675bb0998598ae1b0cddb4e011f7f289e" and "62942540b5280e456431a5fb1c6cad478e033ac5" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -19,9 +19,9 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '==1.19.5'
cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.

View File

@ -5,7 +5,6 @@ before:
builds:
- env:
- CGO_ENABLED=0
- GOPROXY=https://goproxy.io
goos:
- freebsd
- linux

View File

@ -1,4 +1,4 @@
pipeline:
steps:
release:
image: goreleaser/goreleaser
commands:

View File

@ -1,4 +1,4 @@
pipeline:
steps:
build:
image: klakegg/hugo:ext-debian-ci
commands:

View File

@ -6,4 +6,5 @@ weight: 5
The repo mirrors are:
* [https://git.andrewnw.xyz/CyberShell/backy](https://git.andrewnw.xyz/CyberShell/backy)
* [https://git.vern.cc/cybershell/backy](https://git.vern.cc/cybershell/backy)
* [https://github.com/CybersShell/backy](https://github.com/CybersShell/backy)