Skip to content

Commit

Permalink
go -> 1.21.3 (#82)
Browse files Browse the repository at this point in the history
* go -> 1.21.3
  • Loading branch information
s0rg authored Oct 12, 2023
1 parent 3a2567d commit 678d2b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ^1.21
- name: tests-only
if: ${{ github.event_name == 'pull_request' }}
run: make test
- name: test-coverage
if: ${{ github.event_name == 'push' }}
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
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/s0rg/crawley

go 1.21.1
go 1.21.3

require (
github.com/s0rg/compflag v1.1.0
Expand Down

0 comments on commit 678d2b0

Please sign in to comment.