Skip to content

Commit

Permalink
Disable Go Action caching
Browse files Browse the repository at this point in the history
* We have no dependencies
* No more cache warnings

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed May 18, 2024
1 parent 2687813 commit 29a6f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.18', '1.21', '1.22.x' ]
go-version: [ '1.18', 'oldstable', 'stable' ]

steps:
- uses: actions/checkout@v4
Expand All @@ -22,6 +22,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: false

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 29a6f62

Please sign in to comment.