We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6bacfa commit e3fec08Copy full SHA for e3fec08
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
name: Set up Go
51
uses: actions/setup-go@v5
52
with:
53
- go-version: "1.20"
+ go-version: "1.23"
54
-
55
name: Download modules
56
run: |
Dockerfile
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-ARG GO_VERSION="1.18"
+ARG GO_VERSION="1.23"
18
ARG GOLANGCI_LINT_VERSION="v1.62"
19
ARG ADDLICENSE_VERSION="v1.0.0"
20
0 commit comments