Bump gocheckout version, and install it in the CI container
Some checks failed
CI / build-docker (push) Successful in 46s
CI / release-test (push) Failing after 9s

This commit is contained in:
wispem-wantex 2025-11-08 22:27:41 -08:00
parent da85d89e9b
commit 4c266ce336
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: |
env
apk add go
GOBIN=/usr/local/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.1
GOBIN=/usr/local/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.2
gocheckout
- name: install docker
@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
env
GOBIN=/usr/local/go/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.1
ls -la /usr/local/bin
gocheckout
- name: test

View File

@ -5,3 +5,4 @@ FROM alpine:3.22
RUN apk add build-base git go sqlite shellcheck curl jq
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v2.0.2
RUN GOBIN=/usr/local/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.2