Skip to content

Commit

Permalink
updated the CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Oct 19, 2024
1 parent 3fe860e commit dfaa559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.21" ]
go-version: [ "1.23.1" ]
runs-on: ${{ matrix.os }}
steps:
-
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23.1
- name: checkout
uses: actions/checkout@v3
- name: measure coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.21" ]
go-version: [ "1.23.1" ]
runs-on: ${{ matrix.os }}
steps:
-
Expand Down

0 comments on commit dfaa559

Please sign in to comment.