diff --git a/.github/workflows/golang-lint.yaml b/.github/workflows/golang-lint.yaml index 2429f49..3b7d2a3 100644 --- a/.github/workflows/golang-lint.yaml +++ b/.github/workflows/golang-lint.yaml @@ -25,7 +25,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 - name: Setup Golang - uses: actions/setup-go@v3 + uses: actions/setup-go@v6 with: go-version: ${{ inputs.go-version }} - name: Run GolangCI (with config) diff --git a/.github/workflows/golang-test.yaml b/.github/workflows/golang-test.yaml index 5448fdc..1c67cae 100644 --- a/.github/workflows/golang-test.yaml +++ b/.github/workflows/golang-test.yaml @@ -29,7 +29,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v3 - name: Setup Golang - uses: actions/setup-go@v3 + uses: actions/setup-go@v6 with: go-version: ${{ inputs.go-version }} - name: Configure AWS Credentials