diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 863c15a..a02909e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 + - name: Setup Go environment + uses: actions/setup-go@v3.0.0 with: - go-version: 1.17 check-latest: true - name: Build diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..283b9b4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file