Skip to content

Commit

Permalink
Try to fix action warning (#26)
Browse files Browse the repository at this point in the history
* Try to fix action warning

* Disable caching
  • Loading branch information
jsclayton authored Aug 21, 2024
1 parent 580520b commit cc3212d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: 1.23.0
cache: false
- run: go build -mod vendor -o ./bin/prometheus-plex-exporter ./cmd/prometheus-plex-exporter
env:
CGO_ENABLED: "0"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.23.0'
cache: false

- name: Login to GHCR
uses: docker/login-action@v3
Expand Down

0 comments on commit cc3212d

Please sign in to comment.