Skip to content

Commit

Permalink
upgrade go version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh committed Mar 8, 2025
1 parent 76c5d90 commit b0d6fe7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
go-version: 1.24
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
go-version: 1.24
- name: Install tparse for pretty test results
run: go install github.com/mfridman/tparse@latest
- name: Run test
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23
1.24
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (after version 0.0.5).

## Unreleased
### Changed
- go 1.24 is now used

## [0.12.0] - 2024-11-10
### Added
- new `--outputMode` option ([PR #63](https://github.com/KarnerTh/mermerd/pull/63))
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/KarnerTh/mermerd

go 1.23
go 1.24

// https://github.com/microsoft/mssql-docker/issues/895#issuecomment-2327988940
godebug x509negativeserial=1
Expand Down

0 comments on commit b0d6fe7

Please sign in to comment.