Skip to content

Commit

Permalink
Merge pull request #4 from foxglove/task/upgrade-to-go-1.20
Browse files Browse the repository at this point in the history
Upgrade go-rosbag to 1.20
  • Loading branch information
Wyatt Alt authored Sep 20, 2023
2 parents 570b4e4 + a103252 commit 6da1307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: install go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.20.x
- name: install golangci-lint
run:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
Expand All @@ -27,7 +27,7 @@ jobs:
- name: install go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
go-version: 1.20.x
- name: checkout code
uses: actions/checkout@v3
- name: run tests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/foxglove/go-rosbag

go 1.18
go 1.20

require (
github.com/pierrec/lz4/v4 v4.1.18
Expand Down

0 comments on commit 6da1307

Please sign in to comment.