Skip to content

Commit

Permalink
build: update to go 1.18.9 (#5607)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont authored Jan 9, 2023
1 parent 85acefb commit 1833fe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: 2.1 # Adds support for executors, parameterized jobs, etc
reusable:

constants:
- &go_version "1.18"
- &go_version "1.18.9"

docker_images:
- &golang_image "cimg/go:1.18.0"
- &golang_image "cimg/go:1.18.9"

vm_images:
- &ubuntu_vm_image "ubuntu-2004:202111-01"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: "master"
- uses: actions/setup-go@v3
with:
go-version: "~1.18.1"
go-version: "~1.18.9"
- env:
GITHUB_TOKEN: ${{ steps.github-app-token.outputs.token }}
run: |
Expand Down

0 comments on commit 1833fe6

Please sign in to comment.