Skip to content

Commit

Permalink
Update github actions to latest
Browse files Browse the repository at this point in the history
Remove unused travis file
  • Loading branch information
prashantv committed Oct 9, 2024
1 parent 3b84f98 commit 1fffb77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
go: ['1.22', '1.23']
name: Go ${{ matrix.go }} tests
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Run Tests
Expand Down
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

0 comments on commit 1fffb77

Please sign in to comment.