mage: Use Ruby's `Time.iso8601` not ActiveSupport's `Time.rfc3339`

master
Issy Long 2023-02-07 00:53:09 +01:00 committed by BrewTestBot
parent 99e3847d9f
commit 664aabdd79
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Mage < Formula
def install
ldflags = %W[
-s -w
-X github.com/magefile/mage/mage.timestamp=#{time.rfc3339}
-X github.com/magefile/mage/mage.timestamp=#{time.iso8601}
-X github.com/magefile/mage/mage.commitHash=#{Utils.git_short_head}
-X github.com/magefile/mage/mage.gitTag=#{version}
]