Skip to content

Commit

Permalink
bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaikd committed Feb 8, 2024
1 parent ffbd8c2 commit 55cf08d
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,11 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
CACHE_VERSION: 2021-10-20-0
CACHE_VERSION: 2024-02-08.1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/cache@v3
with:
path: |
~/go/pkg/mod
~/.cache/go-build
~/Library/Caches/go-build
%LocalAppData%\go-build
key: ${{ runner.os }}-go-${CACHE_VERSION}-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: go test -v ./...
- run: go build

0 comments on commit 55cf08d

Please sign in to comment.