Skip to content

Commit

Permalink
ci: Update CircleCI Go Orb to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Robinson <[email protected]>
  • Loading branch information
ocean committed Sep 5, 2024
1 parent 9302048 commit 923bc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1
orbs:
go: circleci/go@1.10.0
go: circleci/go@1.11.0

jobs:
build:
executor:
name: go/default
tag: '1.20'
tag: '1.23'
working_directory: /home/circleci/go/src/github.com/ahoy-cli/ahoy
steps:
- checkout
Expand Down

0 comments on commit 923bc04

Please sign in to comment.