diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 68fe2d8..c8df3f3 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -8,7 +8,7 @@ jobs: - name: Set up Go uses: actions/setup-go@master with: - go-version: 1.19 + go-version: "1.20" - name: Check out code into the Go module directory uses: actions/checkout@master diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 369c997..0e6ddcc 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,7 +8,7 @@ jobs: - name: Set up Go uses: actions/setup-go@master with: - go-version: 1.19 + go-version: "1.20" - name: Check out code into the Go module directory uses: actions/checkout@master diff --git a/go.mod b/go.mod index 4b1b387..482fe8b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/FloatTech/zbputils -go 1.19 +go 1.20 require ( github.com/FloatTech/ZeroBot-Plugin-Webui v1.0.1-0.20230412164529-cfe878675931