Skip to content

Commit

Permalink
update go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Jan 31, 2025
1 parent ea943f8 commit 2e9b791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '1.20.5'
go-version: '1.23.5'

- name: Gather dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/StatCan/jupyter-apis

go 1.23
go 1.23.0

toolchain go1.23.5

Expand Down

0 comments on commit 2e9b791

Please sign in to comment.