Skip to content

Commit

Permalink
test/build with go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored and wlynch committed Dec 3, 2024
1 parent 07f8e29 commit ba1b659
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Go

on:
push:
branches: [master]
branches:
- master
pull_request:
branches: [master]
branches:
- master

jobs:
build:
Expand All @@ -13,7 +15,10 @@ jobs:

strategy:
matrix:
go-version: ['1.21', '1.22']
go-version:
- '1.21'
- '1.22'
- '1.23'

steps:
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit ba1b659

Please sign in to comment.