Skip to content

Commit

Permalink
Bumping version to 1.32.1. (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
glecaros committed Sep 12, 2023
1 parent 7562096 commit 7a2e794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
CARBON_VERSION: "1.30.0"
CARBON_VERSION: "1.32.1"

jobs:
linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
pull_request:
env:
CARBON_VERSION: "1.30.0"
CARBON_VERSION: "1.32.1"
jobs:
golangci:
name: lint
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
pool:
vmImage: ubuntu-latest
variables:
CARBON_VERSION: '1.30.0'
CARBON_VERSION: '1.32.1'

steps:
- task: GoTool@0
Expand Down

0 comments on commit 7a2e794

Please sign in to comment.