Explorar el Código

Bump actions/setup-go from 2.1.3 to 2.1.4

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] hace 4 años
padre
commit
94776b27d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -8,7 +8,7 @@ jobs:
     steps:
 
     - name: Set up Go 1.16
-      uses: actions/[email protected].3
+      uses: actions/[email protected].4
       with:
         go-version: 1.16
       id: go