Skip to content

Commit

Permalink
bump: go to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
stanipetrosyan committed Aug 23, 2024
1 parent 0f8b180 commit 5ba0405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
go-version: 1.23

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/stanipetrosyan/go-eventbus

go 1.22
go 1.23

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit 5ba0405

Please sign in to comment.