Skip to content

Commit

Permalink
bump: go version updated to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Nov 18, 2024
1 parent 1195129 commit 19ec94e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "1.20"
- "1.21"
- "1.22"
- "1.23"
steps:

- uses: actions/checkout@v4
Expand All @@ -41,11 +42,11 @@ jobs:
- run: make tests

- name: Install goveralls
if: matrix.go == '1.22'
if: matrix.go == '1.23'
run: go install github.com/mattn/goveralls@latest

- name: Coverage - Sending Report to Coveral
if: matrix.go == '1.22'
if: matrix.go == '1.23'
env:
COVERALLS_TOKEN: ${{ secrets.github_token }}
run: goveralls -coverprofile=coverage.cov -service=github
Expand All @@ -58,7 +59,5 @@ jobs:
uses: golangci/[email protected]
with:
version: latest
skip-build-cache: true
skip-pkg-cache: true
skip-cache: true
args: --skip-dirs "^(cmd|testdata)"

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*

env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"

jobs:

Expand Down

0 comments on commit 19ec94e

Please sign in to comment.