Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
github: Update test workflow (#4)
Browse files Browse the repository at this point in the history
* github: Target latest Go version too

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

* Update go.yml
  • Loading branch information
echarrod authored Jul 4, 2024
1 parent 0e719e9 commit 6dabca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "**" ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

Expand All @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go: ['1', '1.12', '1.13']
go: ['1.21', '1.22', '1']

steps:

Expand Down

0 comments on commit 6dabca7

Please sign in to comment.