Skip to content

Commit

Permalink
Updating go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Feb 5, 2025
1 parent 8741900 commit 50a6c42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
GOVER: ['1.18', '1.17', '1.16']
GOVER: ['1.23', '1.22']
steps:
- name: Checking out
uses: actions/checkout@v4

- name: Setup Go-${{ matrix.GOVER }}
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.GOVER }}

- name: Checking out
uses: actions/checkout@v3

- name: Building
run: go build -v .

- name: Testing
run: go test -v ./...
run: go test -v --count=1 ./...
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/armfazh/tozan-ecc

go 1.11
go 1.13

0 comments on commit 50a6c42

Please sign in to comment.