Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nqd committed Jul 31, 2023
1 parent e5f7160 commit 31502d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build

on:
push:
branches: [ master ]
branches: [ master, v2 ]
pull_request:
branches: [ master ]
branches: [ master, v2 ]

jobs:

Expand All @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.16
- name: Set up Go 1.20
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.20
id: go

- name: Set up Nodejs 14
Expand Down

0 comments on commit 31502d0

Please sign in to comment.