Skip to content

Commit

Permalink
set golang version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCMoraes committed May 15, 2024
1 parent 0a9972e commit 50bf8ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
steps:
- install-go-run-tests-unix:
GOOS: darwin
GOVERSION: "1.18.5"
GOVERSION: "1.18"
test-windows:
executor:
name: win/vs2019
shell: bash.exe
steps:
- install-go-run-tests-windows:
GOVERSION: "1.18.5"
GOVERSION: "1.18"
check-lint:
executor: golang
resource_class: xlarge
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
golang 1.18

0 comments on commit 50bf8ee

Please sign in to comment.