Skip to content

Commit

Permalink
Bump go versions to 1.23, 1.22, and 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Nov 10, 2024
1 parent 00f8d50 commit b87e8e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: ['1.22.x', '1.21.x', '1.20.x']
go-version: ['1.23.x', '1.22.x', '1.21.x']
arch: ['amd64', '386', 'arm64']
os: ['ubuntu-latest']
include:
- os: 'macos-latest'
arch: 'amd64'
go-version: '1.22.x'
go-version: '1.23.x'
- os: 'windows-latest'
arch: 'amd64'
go-version: '1.22.x'
go-version: '1.23.x'

steps:
- name: Checkout code
Expand Down

0 comments on commit b87e8e9

Please sign in to comment.