Skip to content

Commit

Permalink
Upgrade to Go 1.23.0
Browse files Browse the repository at this point in the history
Upgrade from Go 1.22.5 to 1.23.0 to stay up-to-date with the Go
language. This update does not include any changes that make sense
to be adopted immediately.
  • Loading branch information
ericcornelissen committed Aug 26, 2024
1 parent 2f7df03 commit 06b8096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM docker.io/golang:1.22.5-alpine3.19
FROM docker.io/golang:1.23.0-alpine3.19

RUN apk add --no-cache \
bash git perl-utils zip \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ericcornelissen/ghasum

go 1.22.5
go 1.23.0

require (
4d63.com/gochecknoinits v0.0.0-20210416043744-25bb07f6e4e3
Expand Down

0 comments on commit 06b8096

Please sign in to comment.