Skip to content

Commit

Permalink
chore: update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhigh committed Jan 31, 2024
1 parent e08d6cb commit ccee22e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,16 @@ on:

jobs:
build:
strategy:
matrix:
go: [ '1.19.x', '1.20.x', '1.21.x' ]

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version-file: './producer/go.mod'

- name: Build producer
working-directory: ./producer
Expand Down

0 comments on commit ccee22e

Please sign in to comment.