We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f42cd commit b8b56f7Copy full SHA for b8b56f7
.github/workflows/github-actions-ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Install Go
10
uses: actions/setup-go@v5
11
with:
12
- go-version: '>=1.22.1'
+ go-version: '>=1.23.0'
13
14
- name: Checkout code
15
uses: actions/checkout@v4
go.mod
@@ -1,6 +1,7 @@
1
module github.com/rstudio/platform-lib/v2
2
3
-go 1.22
+go 1.23.0
4
+
5
toolchain go1.24.1
6
7
require (
0 commit comments