Skip to content

Commit

Permalink
[-] updated go.mod to use 1.22 instead of 1.19 as it is out of suppor…
Browse files Browse the repository at this point in the history
…t period
  • Loading branch information
bnkamalesh committed Apr 21, 2024
1 parent f266664 commit 4ee9d0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
- master
jobs:
testold:
name: "Test with Go 1.19"
name: "Test with Go 1.22"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

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

- name: Test
run: go test -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v /cmd)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/bnkamalesh/webgo/v7

go 1.19
go 1.22

0 comments on commit 4ee9d0e

Please sign in to comment.