build(deps): bump actions/setup-go from 3.3.1 to 3.4.0

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 491a56b..a902ff1 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -10,7 +10,7 @@
         uses: actions/checkout@v3.1.0
 
       - name: Set up Go
-        uses: actions/setup-go@v3.3.1
+        uses: actions/setup-go@v3.4.0
         with:
           go-version-file: go.mod
           cache: true
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 12dee69..95c77b6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -95,7 +95,7 @@
 
       # TODO(mnaser): Move this out to "cleanup" stage
       - name: Set up Go
-        uses: actions/setup-go@v3.3.1
+        uses: actions/setup-go@v3.4.0
         with:
           go-version-file: go.mod
           cache: true