Skip to content

Commit

Permalink
Merge pull request #78 from embano1/go-versions
Browse files Browse the repository at this point in the history
chore: update go versions and codecov action
  • Loading branch information
embano1 authored Nov 6, 2023
2 parents 78f59af + ff5c64a commit 5f5e19d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
# Optional: version of golangci-lint to use in form of v1.21or v1.213 or `latest` to use the latest version
version: latest

# Optional: working directory, useful for monorepos
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Go Tests
strategy:
matrix:
go-version: ["1.18", "1.19", "1.20"]
go-version: ["1.18", "1.19", "1.20","1.21"]
platform: ["ubuntu-latest", "windows-latest"]

runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
- if: steps.codecov-enabled.outputs.files_exists == 'true'
name: Produce Codecov Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3

0 comments on commit 5f5e19d

Please sign in to comment.