Skip to content

Commit

Permalink
Update golang workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xorcare committed May 5, 2024
1 parent 0f6f672 commit e79cacb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- '1.17'
- '1.18'
- '1.19'
- '1.20'
- '1.21'
- '1.22'
steps:
- uses: actions/checkout@v4
- name: "Set up Go:${{ matrix.go }}"
Expand All @@ -43,7 +46,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.21'
- name: Make check
run: make check
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit e79cacb

Please sign in to comment.