feat: bump to go v1.24.2 (#1389)

sudoforge created

Change-Id: Iaa7018583fae53ede7b744ec6dee59db01459286

Change summary

.github/workflows/build-and-test.yml |  2 +-
.github/workflows/lint.yml           |  2 +-
.github/workflows/release.yml        |  2 +-
.github/workflows/trunk.yml          |  2 +-
flake.lock                           | 12 ++++++------
go.mod                               |  2 +-
6 files changed, 11 insertions(+), 11 deletions(-)

Detailed changes

.github/workflows/build-and-test.yml 🔗

@@ -7,7 +7,7 @@ jobs:
   with-go:
     strategy:
       matrix:
-        go-version: [1.22.5]
+        go-version: [1.24.2]
         platform: [ubuntu-latest, macos-latest, windows-latest]
     runs-on: ${{ matrix.platform }}
     steps:

.github/workflows/lint.yml 🔗

@@ -53,7 +53,7 @@ jobs:
       - name: Install Go
         uses: actions/setup-go@v5
         with:
-          go-version: 1.22.5
+          go-version: 1.24.2
 
       - name: Checkout code
         uses: actions/checkout@v4

.github/workflows/release.yml 🔗

@@ -16,7 +16,7 @@ jobs:
       - name: Set up Go
         uses: actions/setup-go@v5
         with:
-          go-version: 1.22.5
+          go-version: 1.24.2
 
       - name: Check out code
         uses: actions/checkout@v4

.github/workflows/trunk.yml 🔗

@@ -31,7 +31,7 @@ jobs:
     steps:
       - uses: actions/setup-go@v5
         with:
-          go-version: 1.22.5
+          go-version: 1.24.2
 
       - uses: actions/checkout@v4
 

flake.lock 🔗

@@ -5,11 +5,11 @@
         "systems": "systems"
       },
       "locked": {
-        "lastModified": 1710146030,
-        "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
+        "lastModified": 1731533236,
+        "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
         "owner": "numtide",
         "repo": "flake-utils",
-        "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
+        "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
         "type": "github"
       },
       "original": {
@@ -20,11 +20,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1721138476,
-        "narHash": "sha256-+W5eZOhhemLQxelojLxETfbFbc19NWawsXBlapYpqIA=",
+        "lastModified": 1745526057,
+        "narHash": "sha256-ITSpPDwvLBZBnPRS2bUcHY3gZSwis/uTe255QgMtTLA=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "ad0b5eed1b6031efaed382844806550c3dcb4206",
+        "rev": "f771eb401a46846c1aebd20552521b233dd7e18b",
         "type": "github"
       },
       "original": {

go.mod 🔗

@@ -121,7 +121,7 @@ require (
 	github.com/zclconf/go-cty v1.15.0 // indirect
 	go.etcd.io/bbolt v1.3.10 // indirect
 	golang.org/x/mod v0.19.0 // indirect
-	golang.org/x/net v0.38.0 // indirect
+	golang.org/x/net v0.38.0
 	golang.org/x/telemetry v0.0.0-20240723021908-ccdfb411a0c4 // indirect
 	golang.org/x/term v0.30.0
 	golang.org/x/tools v0.23.0 // indirect