Skip to content

Commit

Permalink
dependency update ci adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkowalczuk committed Mar 29, 2024
1 parent 8c30d62 commit f825781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
name: Build Latest
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.21
go-version: 1.22
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Test v4
run: cd ./v4 && GO111MODULE=on go test -race -cover -count=5 ./...
run: cd ./v4 && go test -race -cover -count=5 ./...
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit f825781

Please sign in to comment.