Skip to content

Commit

Permalink
.github: update Go version in tests
Browse files Browse the repository at this point in the history
No need for a matrix when we are only testing one version.
  • Loading branch information
kevinburkesegment committed Dec 18, 2024
1 parent 132cf65 commit cb77df3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.18.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
go-version: '1.23.x'
- uses: actions/checkout@v4
with:
path: './src/github.com/segmentio/conf'
- run: echo "PATH=$GITHUB_WORKSPACE/bin:$PATH" >> $GITHUB_ENV
Expand Down

0 comments on commit cb77df3

Please sign in to comment.