Skip to content

Commit

Permalink
parking-offstreet-sta: use go 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 11, 2024
1 parent 024a387 commit 0e9d857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-parking-offstreet-sta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
PROJECT_NAME: odh-mobility-dc-parking-offstreet-sta
DOCKER_IMAGE: ghcr.io/${{ github.repository }}/odh-mobility-dc-parking-offstreet-sta
DOCKER_TAG: ${{ github.sha }}
GO_VERSION: ^1.21.4
GO_VERSION: ^1.21.5

jobs:
deploy-test:
Expand Down
2 changes: 1 addition & 1 deletion data-collectors/parking-offstreet-sta/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
module parking-offstreet-sta

go 1.21.4
go 1.21.5

require github.com/go-co-op/gocron v1.37.0

Expand Down

0 comments on commit 0e9d857

Please sign in to comment.