Skip to content

Commit

Permalink
update ga dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ldechoux committed Mar 29, 2024
1 parent 554865a commit fd49e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.15', '1.16', '1.17' ]
go_version: [ '1.20', '1.21', '1.22' ]
package:
- github.com/confluentinc/confluent-kafka-go/otelconfluent
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}

Expand Down

0 comments on commit fd49e60

Please sign in to comment.