Skip to content

Commit 0f678da

Browse files
resolve the version mismatch and unknown directive errors
1 parent 41e1bbc commit 0f678da

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414

1515
steps:
16-
- name: Set up Go 1.19
16+
- name: Set up Go 1.23
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.19
19+
go-version: 1.23
2020

2121
- name: Check out code
2222
uses: actions/checkout@v3
@@ -36,4 +36,4 @@ jobs:
3636
run: go test -race ./...
3737

3838
- name: Build
39-
run: go build -v .
39+
run: go build -v .

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/github/gh-classroom
22

3-
go 1.23.0
4-
5-
toolchain go1.24.5
3+
go 1.23
64

75
require (
86
github.com/AlecAivazis/survey/v2 v2.3.6

0 commit comments

Comments
 (0)