We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e1bbc commit 0f678daCopy full SHA for 0f678da
.github/workflows/go.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
15
steps:
16
- - name: Set up Go 1.19
+ - name: Set up Go 1.23
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.19
+ go-version: 1.23
20
21
- name: Check out code
22
uses: actions/checkout@v3
@@ -36,4 +36,4 @@ jobs:
36
run: go test -race ./...
37
38
- name: Build
39
- run: go build -v .
+ run: go build -v .
go.mod
@@ -1,8 +1,6 @@
1
module github.com/github/gh-classroom
2
3
-go 1.23.0
4
-
5
-toolchain go1.24.5
+go 1.23
6
7
require (
8
github.com/AlecAivazis/survey/v2 v2.3.6
0 commit comments