decrement go again and use fedora to compile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Elizabeth Hunt 2024-03-10 01:11:41 -07:00
parent 3a16ac46a8
commit d5398d8ce6
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ name: default
steps: steps:
- name: build - name: build
image: alpine image: fedora:39
commands: commands:
- apk add git nodejs npm go - yum install git nodejs npm go
- sh compile.sh - sh compile.sh
- apk add rsync openssh - yum install rsync openssh
- sh deploy.sh - sh deploy.sh
environment: environment:
RSYNC_DESTINATION: RSYNC_DESTINATION:

2
go.mod
View File

@ -1,3 +1,3 @@
module tilde.club/~simponic module tilde.club/~simponic
go 1.21.8 go 1.21.5