Skip to content

Commit

Permalink
update workflow to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadingole committed Sep 15, 2024
1 parent 2cbc42f commit d5b7f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

env:
GO111MODULE: on
GO_VERSION: 1.19.x
GO_VERSION: 1.23.x

jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.17.x, 1.18.x, 1.19.x]
go: [1.18.x, 1.23.x]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
GO_VERSION: "1.19.x"
GO_VERSION: "1.23.x"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d5b7f10

Please sign in to comment.