Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
senpathi committed Jun 21, 2024
2 parents 99440b5 + b295162 commit 2d1dae5
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 2d1dae5

Please sign in to comment.