diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 39b0e0b..d4970cf 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - go: [1.16, 1.17, 1.18, 1.19, '1.20'] + go: [1.17, 1.18, 1.19, '1.20', '1.21'] steps: - name: Checkout Code uses: actions/checkout@master diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 7183a6d..861637b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: '1.20' + go-version: '1.21' - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 19fb69c..3b2c499 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: '1.20.x' + go-version: '1.21.x' - name: Run unit Tests run: | diff --git a/.gitignore b/.gitignore index 7fa14d3..1026e97 100644 --- a/.gitignore +++ b/.gitignore @@ -27,40 +27,11 @@ examples/* # IDEA specific ignores # Source: https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore - -# User-specific stuff -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf - -# AWS User-specific -.idea/**/aws.xml - -# Generated files -.idea/**/contentModel.xml - -# Sensitive or high-churn files -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml -.idea/sonarlint.xml - -# Gradle -.idea/**/gradle.xml -.idea/**/libraries +.idea/ # CMake cmake-build-*/ -# Mongo Explorer plugin -.idea/**/mongoSettings.xml - # File-based project format *.iws @@ -84,11 +55,3 @@ com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties - -# Editor-based Rest Client -.idea/httpRequests - -# Android studio 3.1+ serialized cache file -.idea/caches/build_file_checksums.ser -/.idea/remote-targets.xml -/.idea/watcherTasks.xml diff --git a/.idea/go-mail.iml b/.idea/go-mail.iml deleted file mode 100644 index 338a266..0000000 --- a/.idea/go-mail.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index cf5b8e0..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - \ No newline at end of file