Skip to content

Commit b791020

Browse files
author
Vic Shóstak
committed
Update dependencies
1 parent 2444e61 commit b791020

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2023 Vic Shóstak
189+
Copyright 2024 Vic Shóstak
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ http.Handle("/static/", staticFileServer)
128128

129129
[go_report_url]: https://goreportcard.com/report/github.com/gowebly/helpers
130130
[go_dev_url]: https://pkg.go.dev/github.com/gowebly/helpers
131-
[go_version_img]: https://img.shields.io/badge/Go-1.21+-00ADD8?style=for-the-badge&logo=go
131+
[go_version_img]: https://img.shields.io/badge/Go-1.22+-00ADD8?style=for-the-badge&logo=go
132132
[go_code_coverage_url]: https://codecov.io/gh/gowebly/helpers
133133
[go_code_coverage_img]: https://img.shields.io/codecov/c/gh/gowebly/helpers.svg?logo=codecov&style=for-the-badge
134134
[go_report_img]: https://img.shields.io/badge/Go_report-A+-success?style=for-the-badge&logo=none

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/gowebly/helpers
22

3-
go 1.21
3+
go 1.22

0 commit comments

Comments
 (0)