diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 2c6847f..7fe1a1a 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -10,17 +10,12 @@ on: default: 'false' jobs: - xgo: - strategy: - fail-fast: false - matrix: - go_version: - - 1.17.1 + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: test - run: | - ls \ No newline at end of file + - name: test + run: | + ls \ No newline at end of file