Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mdlayher/consrv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: mdlayher/consrv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 12, 2024

  1. ci: Go 1.23

    Signed-off-by: Matt Layher <mdlayher@gmail.com>
    mdlayher committed Dec 12, 2024
    Copy the full SHA
    3706a52 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/static-analysis.yml
  2. +1 −1 .github/workflows/test.yml
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21"]
go-version: ["1.23"]
runs-on: ubuntu-latest

steps:
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21"]
go-version: ["1.23"]
runs-on: ubuntu-latest

steps: