From 0bacdbb61c9fa1efc0f7c4442f0b1157ea6a49ce Mon Sep 17 00:00:00 2001 From: Simon Sawert Date: Sat, 22 Oct 2022 10:31:47 +0200 Subject: [PATCH] Bump all versions --- .github/workflows/go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8bbca2d..66cf43a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.17 + go-version: 1.19 - name: Checkout code uses: actions/checkout@v3 @@ -24,8 +24,8 @@ jobs: strategy: matrix: go-version: - - 1.17.x - 1.18.x + - 1.19.x platform: - ubuntu-latest - macos-latest @@ -51,7 +51,7 @@ jobs: if: success() uses: actions/setup-go@v3 with: - go-version: 1.18.x + go-version: 1.19.x - name: Checkout code uses: actions/checkout@v3 @@ -62,13 +62,13 @@ jobs: go test -v -covermode=count -coverprofile=coverage.out - name: Convert coverage to lcov - uses: jandelgado/gcov2lcov-action@v1.0.8 + uses: jandelgado/gcov2lcov-action@v1.0.9 with: infile: coverage.out outfile: coverage.lcov - name: Coveralls - uses: coverallsapp/github-action@v1.0.1 + uses: coverallsapp/github-action@v1.1.3 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov