Skip to content

Commit

Permalink
github: Update test workflow (#5)
Browse files Browse the repository at this point in the history
* github: Update test workflow

### Changed
- Test workflow to: 
  - target main branch after branch rename
  - target Go 1.21 + 1.22

* github: Target latest Go version too
  • Loading branch information
echarrod authored Jul 4, 2024
1 parent eba9c3f commit 6adee95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Go

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:

build:
strategy:
matrix:
go: ['1.19', '1.20']
go: ['1.21', '1.22', '1']

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6adee95

Please sign in to comment.