diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5c74033ad98..ea2a012fcb4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: 1.19.x + go-version: 1.21.x - name: Cache uses: actions/cache@v2 with: @@ -33,7 +33,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: 1.19.x + go-version: 1.21.x - name: Cache uses: actions/cache@v2 with: @@ -58,7 +58,7 @@ jobs: - name: Install go uses: actions/setup-go@v2 with: - go-version: '1.19' + go-version: '1.21' - name: Checkout code uses: actions/checkout@v3 - name: Cache @@ -103,4 +103,16 @@ jobs: - name: Get staticcheck run: go install honnef.co/go/tools/cmd/staticcheck@latest - name: Run staticcheck - run: GOGC=30 staticcheck ./... + run: | + df -h + pwd + ls -la / + ls -la /tmp + du -sh /usr/share/dotnet || true + du -sh "/usr/local/share/boost" || true + echo $AGENT_TOOLSDIRECTORY + du -sh "$AGENT_TOOLSDIRECTORY" || true + du -sh /usr/local/lib/android || true + du -sh /opt/hostedtoolcache/CodeQL || true + free -m + GOGC=30 staticcheck ./... diff --git a/.github/workflows/protobufs.yml b/.github/workflows/protobufs.yml index f5160e53732..57d9cdd9a6a 100644 --- a/.github/workflows/protobufs.yml +++ b/.github/workflows/protobufs.yml @@ -15,7 +15,7 @@ jobs: - name: Install go uses: actions/setup-go@v2 with: - go-version: '1.19' + go-version: '1.21' - name: Checkout code uses: actions/checkout@v3 - name: Cache @@ -87,7 +87,7 @@ jobs: - name: Install go uses: actions/setup-go@v2 with: - go-version: '1.19' + go-version: '1.21' - name: Checkout code uses: actions/checkout@v3 with: diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 702a6114865..2ab3c318f18 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2.1.3 with: - go-version: 1.19.x + go-version: 1.21.x - name: Cache uses: actions/cache@v2 with: diff --git a/go.mod b/go.mod index ac47ea56d10..af7c1a3bc81 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openconfig/featureprofiles -go 1.19 +go 1.21 require ( cloud.google.com/go/pubsub v1.33.0