Skip to content

Commit

Permalink
Change to dynamix 1.21.X go lang (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olszowka authored Mar 26, 2024
1 parent cc4a2f4 commit 95649bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/catsrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:

env:
RUNNING_IN_CI: 'true'
GO_VERSION: "1.21.8"
GO_VERSION: "1.21"
GOLANGCI_VERSION: "v1.51.2"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: "1.21.8"
GO_VERSION: "1.21"
GOLANGCI_VERSION: "v1.51.2"
DOCKER_BUILDX_VERSION: 'v0.4.2'
RUNNING_IN_CI: 'true'
Expand Down

0 comments on commit 95649bd

Please sign in to comment.