Skip to content

Commit b8b56f7

Browse files
committed
vet
1 parent 88f42cd commit b8b56f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/github-actions-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Go
1010
uses: actions/setup-go@v5
1111
with:
12-
go-version: '>=1.22.1'
12+
go-version: '>=1.23.0'
1313

1414
- name: Checkout code
1515
uses: actions/checkout@v4

go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/rstudio/platform-lib/v2
22

3-
go 1.22
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (

0 commit comments

Comments
 (0)