Skip to content

Commit

Permalink
Update to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bashofmann committed Oct 9, 2024
1 parent 40b9f4a commit 03088c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '^1.21.0'
go-version: '^1.23.0'
cache-dependency-path: go.sum

- name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Generate index.html
run: |
go install github.com/halkeye/helm-repo-html@v0.2.0
go install github.com/halkeye/helm-repo-html@v0.2.01
/home/runner/go/bin/helm-repo-html
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/qdrant/qdrant-helm

go 1.22.0
go 1.23

toolchain go1.23.2

require (
Expand Down

0 comments on commit 03088c3

Please sign in to comment.