diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 727eef3..37cbbba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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 diff --git a/go.mod b/go.mod index 20d57e5..d537abd 100644 --- a/go.mod +++ b/go.mod @@ -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