Skip to content

Commit a5121e7

Browse files
authored
Merge pull request #10 from loginx/dependabot/go_modules/dev/github.com/codingsince1985/geo-golang-1.9.0
chore(deps): bump github.com/codingsince1985/geo-golang from 1.8.5 to 1.9.0
2 parents 60decef + e8e8541 commit a5121e7

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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')

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/loginx/alfred-timein
22

3-
go 1.25
3+
go 1.26.2
44

55
require (
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

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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=
33
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
44
github.com/cucumber/gherkin/go/v26 v26.2.0 h1:EgIjePLWiPeslwIWmNQ3XHcypPsWAHoMCz/YEBKP4GI=
55
github.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/
7474
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
7575
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
7676
github.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=
7979
github.com/tidwall/cities v0.1.0 h1:CVNkmMf7NEC9Bvokf5GoSsArHCKRMTgLuubRTHnH0mE=
8080
github.com/tidwall/cities v0.1.0/go.mod h1:lV/HDp2gCcRcHJWqgt6Di54GiDrTZwh1aG2ZUPNbqa4=
8181
github.com/tidwall/geoindex v1.4.4/go.mod h1:rvVVNEFfkJVWGUdEfU8QaoOg/9zFX0h9ofWzA60mz1I=

0 commit comments

Comments
 (0)