Skip to content

Commit

Permalink
bump go min version
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Aug 16, 2023
1 parent ebe9802 commit 11f5c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
strategy:
matrix:
goVer: ["1.12.x", "1.17.x"]
goVer: ["1.16.x", "1.21.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/cactus/gostrftime

go 1.12
go 1.16

require gotest.tools/v3 v3.5.0

0 comments on commit 11f5c02

Please sign in to comment.