Compare commits

..

6 Commits

Author SHA1 Message Date
github-actions[bot]
546a05f94b
Update package dependencies + tidy (#44)
Weekly update to the project's package dependencies initiated by an
automatic GitHub Action running on cron. Keeps upgrades less of a
monolithic task and lets security-related patches trickle in more
quickly.

Co-authored-by: Bot <bot@iandavis.com>
2024-05-08 09:08:55 +01:00
github-actions[bot]
76a516f2a3
Update package dependencies + tidy (#43)
Weekly update to the project's package dependencies initiated by an
automatic GitHub Action running on cron. Keeps upgrades less of a
monolithic task and lets security-related patches trickle in more
quickly.

Co-authored-by: Bot <bot@iandavis.com>
2024-04-10 12:36:20 +01:00
github-actions[bot]
c79426ef98
Update package dependencies + tidy (#42)
Weekly update to the project's package dependencies initiated by an
automatic GitHub Action running on cron. Keeps upgrades less of a
monolithic task and lets security-related patches trickle in more
quickly.

Co-authored-by: Bot <bot@iandavis.com>
2024-04-04 13:02:13 +01:00
Ian Davis
d23fd33d0d
Updated github workflows 2024-03-14 10:48:58 +00:00
github-actions[bot]
1a5ca78da5
Update package dependencies + tidy (#41)
Weekly update to the project's package dependencies initiated by an
automatic GitHub Action running on cron. Keeps upgrades less of a
monolithic task and lets security-related patches trickle in more
quickly.

Co-authored-by: Bot <bot@iandavis.com>
2024-03-06 12:00:44 +00:00
Ian Davis
5147d5f6cd
Updated github workflows 2024-02-21 10:52:50 +00:00
5 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

View File

@ -17,7 +17,7 @@ jobs:
submodules: recursive
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
@ -62,7 +62,7 @@ jobs:
submodules: recursive
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

View File

@ -19,6 +19,6 @@ jobs:
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

2
go.mod
View File

@ -2,4 +2,4 @@ module github.com/iand/microdata
go 1.21.4
require golang.org/x/net v0.21.0
require golang.org/x/net v0.25.0

4
go.sum
View File

@ -1,2 +1,2 @@
golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=