Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphg6 committed Mar 7, 2023
1 parent 1138d64 commit 36ae3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ develop ]

env:
LATEST_GO_VERSION: "1.17"
LATEST_GO_VERSION: "1.19"
GO111MODULE: "on"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ develop, master ]

env:
LATEST_GO_VERSION: "1.17"
LATEST_GO_VERSION: "1.19"
GO111MODULE: "on"

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: ['1.16', '1.17']
go_version: ['1.19', '1.20']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 36ae3cd

Please sign in to comment.