File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : ' 1.21 '
23+ go-version-file : ' go.mod '
2424 - name : Run unit tests
2525 run : go test ./...
2626 - name : Run BDD tests
4646 - name : Set up Go
4747 uses : actions/setup-go@v5
4848 with :
49- go-version : ' 1.21 '
49+ go-version-file : ' go.mod '
5050
5151 - name : Determine version
5252 id : version
@@ -109,7 +109,7 @@ jobs:
109109 - name : Set up Go (for preseed tool)
110110 uses : actions/setup-go@v5
111111 with :
112- go-version : ' 1.21 '
112+ go-version-file : ' go.mod '
113113
114114 - name : Generate changelog (for stable releases)
115115 if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change 11module github.com/loginx/alfred-timein
22
3- go 1.25
3+ go 1.26.2
44
55require (
6- github.com/codingsince1985/geo-golang v1.8.5
6+ github.com/codingsince1985/geo-golang v1.9.0
77 github.com/cucumber/godog v0.15.1
88 github.com/ringsaturn/tzf v1.0.4
99 github.com/tkuchiki/go-timezone v0.2.3
Original file line number Diff line number Diff line change 1- github.com/codingsince1985/geo-golang v1.8.5 h1:Zc681GO3xQUPFxHnaaIhNzl4rRdPZf3qt3iOOAAZMrM =
2- github.com/codingsince1985/geo-golang v1.8.5 /go.mod h1:1EzFmdO4XUyijzbxQwT7CoE4v+7DTa3h4GlLo4CZq60 =
1+ github.com/codingsince1985/geo-golang v1.9.0 h1:nY5ish5pJJXU033IkiF0yvpjM8mD/qcweizCDgDE6hk =
2+ github.com/codingsince1985/geo-golang v1.9.0 /go.mod h1:SYo6Fv1HgVkst4eYim5aEhnVsRUTTK0ah4LN6l0l9rs =
33github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
44github.com/cucumber/gherkin/go/v26 v26.2.0 h1:EgIjePLWiPeslwIWmNQ3XHcypPsWAHoMCz/YEBKP4GI =
55github.com/cucumber/gherkin/go/v26 v26.2.0 /go.mod h1:t2GAPnB8maCT4lkHL99BDCVNzCh1d7dBhCLt150Nr/0 =
@@ -74,8 +74,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
7474github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
7575github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
7676github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
77- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
78- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
77+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
78+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
7979github.com/tidwall/cities v0.1.0 h1:CVNkmMf7NEC9Bvokf5GoSsArHCKRMTgLuubRTHnH0mE =
8080github.com/tidwall/cities v0.1.0 /go.mod h1:lV/HDp2gCcRcHJWqgt6Di54GiDrTZwh1aG2ZUPNbqa4 =
8181github.com/tidwall/geoindex v1.4.4 /go.mod h1:rvVVNEFfkJVWGUdEfU8QaoOg/9zFX0h9ofWzA60mz1I =
You can’t perform that action at this time.
0 commit comments