Skip to content

Commit

Permalink
chore: bump go to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dharsanb committed Oct 16, 2024
1 parent 2331ab3 commit 523a33a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version-file: go.mod
check-latest: true
cache: true
- name: Run tests
run: |
make test
4 changes: 3 additions & 1 deletion .github/workflows/scheduled-update-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: go.mod
check-latest: true
cache: true
- run: make fetch-openapi
- run: make generate
- name: Create Pull Request
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/humanitec/humanitec-go-autogen

go 1.21
go 1.23

toolchain go1.21.5
toolchain go1.23.2

require (
github.com/oapi-codegen/runtime v1.1.1
Expand Down

0 comments on commit 523a33a

Please sign in to comment.