Skip to content

Commit

Permalink
no travis anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
vdarulis committed Apr 12, 2024
1 parent d05ffb4 commit cb40020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 38 deletions.
26 changes: 5 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17.x", "1.18.x"]
include:
- go: 1.18.x
latest: true
go: ["stable", "oldstable"]

steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Load cached dependencies
uses: actions/cache@v1
- name: Setup Go
uses: actions/setup-go@v5
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Download Dependencies
run: |
go mod download
(cd tools && go mod download)
go-version: ${{ matrix.go }}

- name: Lint
if: matrix.latest
Expand Down
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

0 comments on commit cb40020

Please sign in to comment.