8000 chore: bump go (->v1.21.5) and sqlc (->v1.24.0) to new versions by Emyrk · Pull Request #11170 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: bump go (->v1.21.5) and sqlc (->v1.24.0) to new versions #11170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Missed a spot
  • Loading branch information
Emyrk committed Dec 12, 2023
commit 4622f57d7e9c65618e0e7d8902128af6bbb0483d
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
with:
# This doesn't need caching. It's super fast anyways!
cache: false
go-version: 1.20.11
go-version: 1.21.5

- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
Expand Down
0