summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-and-test.yml2
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/trunk.yml2
-rw-r--r--flake.lock12
-rw-r--r--go.mod2
6 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 9b36a648c..fa92e882d 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.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:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 6b6434d27..542d7df8a 100644
--- a/.github/workflows/lint.yml
+++ b/.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
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 335bec2d0..e165bc7b9 100644
--- a/.github/workflows/release.yml
+++ b/.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
diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml
index ad6b90944..7961a5292 100644
--- a/.github/workflows/trunk.yml
+++ b/.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
diff --git a/flake.lock b/flake.lock
index a88843cc2..0b0ca7902 100644
--- a/flake.lock
+++ b/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": {
diff --git a/go.mod b/go.mod
index d8e9b081f..68c6fd684 100644
--- a/go.mod
+++ b/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