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: with:
fetch-depth: 0 fetch-depth: 0
- run: git fetch --force --tags - run: git fetch --force --tags
- uses: actions/setup-go@v4 - uses: actions/setup-go@v3
with: with:
go-version: '1.20' go-version: '==1.19.5'
cache: true cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends # More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs. # on your needs.

View File

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

View File

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

View File

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

View File

@ -6,4 +6,5 @@ weight: 5
The repo mirrors are: The repo mirrors are:
* [https://git.andrewnw.xyz/CyberShell/backy](https://git.andrewnw.xyz/CyberShell/backy) * [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) * [https://github.com/CybersShell/backy](https://github.com/CybersShell/backy)