Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Nov 10, 2023
1 parent 893b259 commit bfa0ac1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ linters:
enable:
# https://golangci-lint.run/usage/linters/#enabled-by-default-linters
# ENABLED BY DEFAULT START
- deadcode
# - deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
- varcheck
# - varcheck
# ENABLED BY DEFAULT END
# BUG
# https://github.com/golangci/golangci-lint/issues/2649
Expand Down Expand Up @@ -52,7 +52,7 @@ linters:
- containedctx
- cyclop
- decorder
- depguard
# - depguard
# - dogsled
- dupl
- durationcheck
Expand All @@ -69,7 +69,7 @@ linters:
# - gochecknoglobals
# - gochecknoinits
- gocognit
- goconst
# - goconst
- gocritic
- gocyclo
- godot
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ following from inside the directory where you have the config file for the clust
docker run --rm -it \
-v ${PWD}:/cluster \
-v ${HOME}/.ssh:/tmp/.ssh \
janosmiko/hetzner-k3s:v0.1.9 \
janosmiko/hetzner-k3s:v0.1.10 \
create-cluster \
--config-file /cluster/test.yaml
```
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=janosmiko

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=hetzner-k3s
sonar.projectVersion=0.1.9
sonar.projectVersion=0.1.10

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
Expand Down

0 comments on commit bfa0ac1

Please sign in to comment.