diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cdd256e..faa0c59 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,10 +5,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.16 + - name: Set up Go 1.18 uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.18 - name: Check out source code uses: actions/checkout@v2 @@ -29,4 +29,4 @@ jobs: - name: Test env: GOPROXY: "https://proxy.golang.org" - run: cd main && go test -v ./... \ No newline at end of file + run: cd main && go test -v ./...