diff --git a/.gitea/workflows/hellogo.yaml b/.gitea/workflows/hellogo.yaml index f91cc5f..40674d6 100644 --- a/.gitea/workflows/hellogo.yaml +++ b/.gitea/workflows/hellogo.yaml @@ -24,5 +24,5 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: '1.20' # Specify the Go version you want to use + go-version: '1.22.6' # Specify the Go version you want to use - run: go run main.go