diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 78dfcaa..d289a01 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -28,10 +28,10 @@ jobs: with: egress-policy: audit - - name: Set up Go 1.19 + - name: Set up Go 1.21 uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.19 + go-version: 1.21 - name: Check out code into the Go module directory uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 @@ -54,10 +54,10 @@ jobs: with: egress-policy: audit - - name: Set up Go 1.19 + - name: Set up Go 1.21 uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: - go-version: 1.19 + go-version: 1.21 - name: Check out code into the Go module directory uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0