Skip to content

Commit

Permalink
Merge pull request #3 from senpathi/issue-02
Browse files Browse the repository at this point in the history
issue-02 go version updated to 1.22.4
  • Loading branch information
senpathi authored Jun 20, 2024
2 parents 092f69b + e92bfd5 commit b295162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
go-version: [ 1.13.x, 1.14.x ]
go-version: [ 1.21.x, 1.22.x ]
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
env:
GO111MODULE: on
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.22.x]
operating-system: [ubuntu-latest]
env:
GO111MODULE: on
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/senpathi/gofloat

go 1.13
go 1.22.4

0 comments on commit b295162

Please sign in to comment.